descriptionA C++ math library.
last changeThu, 30 Jan 2025 18:28:06 +0000 (20:28 +0200)
shortlog
2025-01-30 Mikko RasaAdd some shorthand syntaxes for angles and quaternions master
2025-01-26 Mikko RasaAdd an explicit cast to satisfy MSVC
2025-01-26 Mikko RasaAdd a Sphere convenience class
2025-01-26 Mikko RasaAdd a function to convert a matrix into a quaternion
2025-01-26 Mikko RasaFix scaling in quaternion-to-matrix conversion
2025-01-26 Mikko RasaSimplify Loader initialization with a constexpr if
2025-01-26 Mikko RasaUse vector and deque instead of list
2025-01-26 Mikko RasaReplace typedef with using
2025-01-26 Mikko RasaUse unique_ptr for managing memory allocations
2025-01-25 Mikko RasaFix incorrect member access operator
2025-01-25 Mikko RasaUse range-based for loops where appropriate
2025-01-25 Mikko RasaUse the override specifier on overridden virtual functions
2023-09-16 Mikko RasaIgnore Windows build products
2023-09-05 Mikko RasaExplicitly convert literals to the T type
2023-09-05 Mikko RasaAdd a dummy function to trigger import library generati...
2023-01-28 Mikko RasaAdd a function to create a rotation quaternion from...
...
heads
8 weeks ago master