Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move lots of maths helpers to inline, constexpr, templates | Dan Goodliffe | 2024-10-20 |
| | | | | Always for working with different dimensions/types | ||
* | Simple constexpr pow function | Dan Goodliffe | 2024-10-17 |
| | |||
* | Add rotate_yp taking two separate parameters | Dan Goodliffe | 2024-10-05 |
| | |||
* | Add helper constructors to Arc | Dan Goodliffe | 2024-03-21 |
| | | | | | | * Two angles, wraps logic ensuring b after a * Two vector directions * Centre and two endpoints, in at least 2 dimensions, uses .xy() | ||
* | vector_yaw only needs 2 dimensions | Dan Goodliffe | 2024-03-21 |
| | |||
* | Templatise functions in maths.h using PositionND | Dan Goodliffe | 2023-12-29 |
| | |||
* | Remove misleading power operator^ on vec2/3 | Dan Goodliffe | 2023-12-29 |
| | |||
* | Remove weird operator! on vec2/3 | Dan Goodliffe | 2023-12-29 |
| | |||
* | WIP typedefing all the things - sources | Dan Goodliffe | 2023-11-09 |
| | |||
* | Reformat with new clang-format | Dan Goodliffe | 2023-11-07 |
| | |||
* | Initial implementation for being able to click in the main window to select ↵ | Dan Goodliffe | 2021-12-28 |
| | | | | something | ||
* | Enable all Jason Turner recommended warnings | Dan Goodliffe | 2021-11-26 |
| | |||
* | Swap y,z axis | Dan Goodliffe | 2021-11-16 |
| | | | | This was a pain... but all the coords make much more sense now and a lot of mystery negation has disappeared. | ||
* | Fix warnings produced by new clang-tidy | Dan Goodliffe | 2021-05-02 |
| | |||
* | Speed conversions and literals | Dan Goodliffe | 2021-03-07 |
| | |||
* | Template rotations and add one for 2D rotation matrix | Dan Goodliffe | 2021-03-05 |
| | |||
* | Simplify a lot of code with sincosf | Dan Goodliffe | 2021-03-03 |
| | |||
* | Our own matrix rotations | Dan Goodliffe | 2021-03-03 |
| | | | | Simpler and faster than glm's as we don't need arbitrary axes. | ||
* | Move utility to lib | Dan Goodliffe | 2021-02-28 |