summaryrefslogtreecommitdiff
path: root/test/test-maths.cpp
Commit message (Collapse)AuthorAge
* Our own matrix rotationsDan Goodliffe2021-03-03
| | | | Simpler and faster than glm's as we don't need arbitrary axes.
* Global definition of quarter_piDan Goodliffe2021-02-28
|
* Calculate the radius to join to point+direction vector pairsDan Goodliffe2021-02-27
| | | | | This uses a mental formula that was derived using symbolabs.com, it works but there just has to be simpler form of it!
* Add meandering supportDan Goodliffe2021-02-22
| | | | Add rail links between existing nodes and arbitrary points
* fix.arcDan Goodliffe2021-02-21
|
* Code tidy-upDan Goodliffe2021-02-14
|
* Add vector pitchDan Goodliffe2021-02-14
|
* Rename flat_angle to vector_yawDan Goodliffe2021-02-14
|
* Add test-mathsDan Goodliffe2021-02-14