summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2023-03-12 15:53:41 -0500
committerYuri Sizov <yuris@humnom.net>2023-03-16 16:38:47 +0100
commit1c7bd972e4f0bc8140cf97f1305e2d32ddc4dfd8 (patch)
tree6a6637d28dbeab1aa08fb20d30a313d576a2fb29 /doc
parent3bb89a0911d55b57459a043dcfe9985c406b0c70 (diff)
Documents the "arc-based" Quaternion constructor
(cherry picked from commit 2d6deb10b05517919eebfb2ce665ad998d2aae08)
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Quaternion.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml
index ac2eda9f28..161514bc03 100644
--- a/doc/classes/Quaternion.xml
+++ b/doc/classes/Quaternion.xml
@@ -31,6 +31,7 @@
<param index="0" name="arc_from" type="Vector3" />
<param index="1" name="arc_to" type="Vector3" />
<description>
+ Constructs a quaternion representing the shortest arc between two points on the surface of a sphere with a radius of [code]1.0[/code].
</description>
</constructor>
<constructor name="Quaternion">