summaryrefslogtreecommitdiffstats
path: root/include/core/Quat.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-125/+0
|
* Add license headers to all source and header filesHugo Locurcio2021-08-021-0/+30
| | | | | | This is consistent with the core Godot source code, and ensures the license isn't detached from its original code when individual files are distributed.
* Added missing constants to Vector2, Vector3, Basis and QuatMarc Gilleron2020-12-081-0/+2
|
* Add missing class methodslupoDharkael2019-08-051-0/+4
|
* Implementing clang-format and applying it to all classesBastiaan Olij2018-11-241-38/+40
|
* String and math fixesMarc Gilleron2018-01-231-3/+7
| | | | | | | | - Added missing static String constructors - Implemented String operator for math types - Added XYZ and YXZ euler angles methods - Fixed wrong det checks in Basis - Fixed operator Quat in Basis
* Use static linking instead of dynamic linkingKarroffel2017-07-231-11/+1
|
* rewrote binding generator in pythonKarroffel2017-05-121-0/+93