diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-02-21 18:51:08 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-02-22 16:16:49 +0100 |
commit | f781571d070b7d8d13936a383658af289f310ae7 (patch) | |
tree | 9e7d656a3c74a185871cbbbc866e1a2641f7edf5 /doc/classes/Quaternion.xml | |
parent | 652438a3952ae13e12dd4fd40756311fde81a791 (diff) | |
download | redot-engine-f781571d070b7d8d13936a383658af289f310ae7.tar.gz |
Add keywords to improve search in the class reference
Diffstat (limited to 'doc/classes/Quaternion.xml')
-rw-r--r-- | doc/classes/Quaternion.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml index 61bc4f4720..411935aa79 100644 --- a/doc/classes/Quaternion.xml +++ b/doc/classes/Quaternion.xml @@ -134,7 +134,7 @@ Returns whether the quaternion is normalized or not. </description> </method> - <method name="length" qualifiers="const"> + <method name="length" qualifiers="const" keywords="size"> <return type="float" /> <description> Returns the length of the quaternion. @@ -158,7 +158,7 @@ Returns a copy of the quaternion, normalized to unit length. </description> </method> - <method name="slerp" qualifiers="const"> + <method name="slerp" qualifiers="const" keywords="interpolate"> <return type="Quaternion" /> <param index="0" name="to" type="Quaternion" /> <param index="1" name="weight" type="float" /> |