aboutsummaryrefslogtreecommitdiff
path: root/redist/linmath.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed nullptr issue in poser_sbaJustin Berger2018-03-211-0/+3
|
* Moved pose to linmath to support stronger typingJustin Berger2018-03-211-35/+39
|
* Results out of epnpJustin Berger2018-03-151-0/+1
|
* Added missing functions into lintestJustin Berger2018-03-111-3/+14
|
* Start work on determining rotation using quaternions onlyMike Turvey2017-12-281-0/+2
| | | | | | | | Rotation was previously approximated using axis/angle This change starts down the path of using quaternions exclusively. This change appears to give at least as good as answers as the axis/angle model in basic cases (also only tested with 1 lighthouse), but it is currently much slower and runs in unpredictable time.
* Add angleaxisfrom2vect()Mike Turvey2017-05-301-0/+2
|
* Adding operation for rotating about an axismwturvey2017-03-271-0/+1
|
* Update with the start of things to make TCC go in Windows.CNLohr2017-03-141-2/+7
|
* update with another test.cnlohr2017-03-121-1/+1
|
* Update with almost working poser information stuff. This has been long ↵cnlohr2017-03-111-0/+1
| | | | stream to live. Goobye.
* Update a few files... need to get working with linmath. But first switching ↵cnlohr2017-03-111-1/+5
| | | | accounts.
* Update linmath to allow for transforming the pose solver for testing purposes.cnlohr2017-03-091-1/+1
|
* Fix wrong quat functions + Add matrix->quat conversion.cnlohr2017-03-091-2/+3
|
* find_tori: Cache a tan()mwturvey2017-02-211-0/+2
|
* Replaced rotation algorithm & cleanupmwturvey2017-02-081-12/+8
|
* Replacing rotation matrix (wip)mwturvey2017-02-071-1/+3
|
* Merging math librariesMike Turvey2017-02-071-3/+45
|
* Fix library add two more utility functionscnlohr2016-12-151-1/+8
|
* Add Linmath to the redistributable portion.cnlohr2016-12-141-0/+64