summaryrefslogtreecommitdiffstats
path: root/core/math/quaternion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [Core] Codestyle improvements to math typesA Thousand Ships2024-03-041-5/+5
* Display values in vector/quaternion math function errorsHugo Locurcio2024-01-281-11/+11
* Make acos and asin safelawnjelly2023-05-111-1/+2
* Merge pull request #70547 from TokageItLab/pingpong-wrapRémi Verschelde2023-01-061-2/+2
|\
| * Fix pingpong with loop wrap is not workingSilc Renew2022-12-251-2/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Allow getting Quaternion rotation in different Euler ordersAaron Franke2022-11-021-16/+2
* Move EulerOrder enum to math_defs.h and global scopeAaron Franke2022-11-021-2/+2
* Replace Quaternion Euler constructor with `from_euler` methodAaron Franke2022-11-011-5/+6
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+4
* Use float literals for float calculations in ColorAaron Franke2022-10-071-1/+1
* Merge pull request #64678 from TokageItLab/implement-ease-bakerRémi Verschelde2022-08-231-2/+3
|\
| * Fix Quaternion Tween and implement ease bakerSilc Renew2022-08-221-2/+3
* | Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-0/+51
|/
* Make `spherical_cubic_interpolate()` more stableSilc Renew2022-07-291-24/+28
* rename and unify notation for spherical interpolationSilc Renew2022-07-271-1/+1
* Fix cubic_slerpSilc 'Tokage' Renew2022-07-251-15/+43
* Fix blend animation to solve TRS track bug & blend order inconsistencySilc 'Tokage' Renew2022-03-161-0/+19
* Float literals - fix main primitives to use real_t castinglawnjelly2022-02-241-1/+1
* Float literals - fix main primitives to use .flawnjelly2022-02-101-12/+12
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Refactored Node3D rotation modesreduz2021-10-251-2/+2
* Implement Animation Compressionreduz2021-10-211-0/+9
* Add Quaternion angle_to methodAaron Franke2021-06-171-0/+5
* Reformat structure string operatorsAaron Franke2021-06-111-1/+1
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-0/+232