summaryrefslogtreecommitdiffstats
path: root/core/math/basis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modified rendering to use cluster instead of fowardJuan Linietsky2020-02-111-0/+12
* Add explanations for errors related to Vector/Quat normalizationHugo Locurcio2020-01-241-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-6/+6
* Make is_equal_approx separate for structuresAaron Franke2019-10-141-14/+7
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+1
* Use reference to constant in functionsqarmin2019-07-101-1/+1
* Optimize Basis constructor for Axis AngleAaron Franke2019-05-171-11/+18
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-2/+2
* Some improvements to is_equal_approx, restored Quat operator.Juan Linietsky2019-04-011-6/+20
* Remove setting that caused is_inside_tree() errors on doppler tracking enabled.Juan Linietsky2019-02-261-8/+2
* Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky2019-02-251-28/+46
* [Core] Transform2D add set_scale and fix set_rotationAaron Franke2019-02-121-2/+2
* [Core] Rename Matrix3 file to BasisAaron Franke2019-02-091-0/+848