summaryrefslogtreecommitdiff
path: root/tests/core/math/test_quaternion.h
AgeCommit message (Expand)Author
2022-11-02Allow getting Quaternion rotation in different Euler ordersAaron Franke
2022-11-01Replace Quaternion Euler constructor with `from_euler` methodAaron Franke
2022-10-21Clean up Basis from Euler codeAaron Franke
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
2022-09-30Fix typos with codespellRĂ©mi Verschelde
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
2022-08-04Add tests file for Quaternion unit tests, with initial UTscodepatzer