summaryrefslogtreecommitdiff
path: root/doc/classes/Quaternion.xml
AgeCommit message (Expand)Author
2023-03-16Documents the "arc-based" Quaternion constructorDavid Snopek
2022-11-02Allow getting Quaternion rotation in different Euler ordersAaron Franke
2022-11-01Replace Quaternion Euler constructor with `from_euler` methodAaron Franke
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
2022-09-21[doc] Fix Quaternion "angle_to" docsAndy Maloney
2022-08-19Make `cubic_interpolate()` consider key time in animationSilc Renew
2022-08-17[doc] Fix grammar in class docs: amount vs. numberAndy Maloney
2022-08-11[doc] Use "param" instead of "code" to refer to parameters (4)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-27rename and unify notation for spherical interpolationSilc Renew
2022-03-17Merge pull request #57675 from TokageItLab/fix-blendingRémi Verschelde
2022-03-16Fix blend animation to solve TRS track bug & blend order inconsistencySilc 'Tokage' Renew
2022-03-14Remove generating of null comparison operators from documentationYuri Roubinsky
2022-02-15Add an XML schema for documentationHugo Locurcio
2021-11-16Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-04Add documentation to operators for math typesAaron Franke
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke
2021-10-25Refactored Node3D rotation modesreduz
2021-10-21Implement Animation Compressionreduz
2021-09-17Allow comparing equality between builtin types and nullGeorge Marques
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-06-25Implement native extension systemreduz
2021-06-18Merge pull request #44156 from aaronfranke/quat-angle-toRémi Verschelde
2021-06-17Add Quaternion angle_to methodAaron Franke
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-04Rename Quat to QuaternionMarcel Admiraal