summaryrefslogtreecommitdiffstats
path: root/src/core/Quat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-352/+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.
* Update clang-format to version 11George Marques2021-02-281-6/+2
| | | | | | | This is taken from the Godot repository, so formatting is similar. This updates the style rules as well. Also fix style in files to conform with this version.
* Added missing constants to Vector2, Vector3, Basis and QuatMarc Gilleron2020-12-081-0/+2
|
* Merge pull request #296 from lupoDharkael/missingThomas Herzog2019-08-051-0/+19
|\ | | | | Add missing class methods
| * Add missing class methodslupoDharkael2019-08-051-0/+19
| |
* | Fixed wrong implementation of Quat multiplicationshaderbeast2019-05-061-4/+4
|/ | | | | Obeyed Clang format rules
* Implementing clang-format and applying it to all classesBastiaan Olij2018-11-241-107/+99
|
* String and math fixesMarc Gilleron2018-01-231-30/+70
| | | | | | | | - 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
* Implemented using api structBastiaan Olij2017-10-231-6/+2
|
* rewrote binding generator in pythonKarroffel2017-05-121-0/+277