summaryrefslogtreecommitdiff
path: root/core/math/quaternion.cpp
AgeCommit message (Expand)Author
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
2022-10-07Use float literals for float calculations in ColorAaron Franke
2022-08-23Merge pull request #64678 from TokageItLab/implement-ease-bakerRémi Verschelde
2022-08-22Fix Quaternion Tween and implement ease bakerSilc Renew
2022-08-19Make `cubic_interpolate()` consider key time in animationSilc Renew
2022-07-29Make `spherical_cubic_interpolate()` more stableSilc Renew
2022-07-27rename and unify notation for spherical interpolationSilc Renew
2022-07-25Fix cubic_slerpSilc 'Tokage' Renew
2022-03-16Fix blend animation to solve TRS track bug & blend order inconsistencySilc 'Tokage' Renew
2022-02-24Float literals - fix main primitives to use real_t castinglawnjelly
2022-02-10Float literals - fix main primitives to use .flawnjelly
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-25Refactored Node3D rotation modesreduz
2021-10-21Implement Animation Compressionreduz
2021-06-17Add Quaternion angle_to methodAaron Franke
2021-06-11Reformat structure string operatorsAaron Franke
2021-06-04Rename Quat to QuaternionMarcel Admiraal