diff options
author | David Snopek <dsnopek@gmail.com> | 2023-03-12 15:53:41 -0500 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2023-03-12 15:53:41 -0500 |
commit | 2d6deb10b05517919eebfb2ce665ad998d2aae08 (patch) | |
tree | 7ba2cbc1f5c7e15fc41586e174e3f5fbad5496b7 /doc/classes/Quaternion.xml | |
parent | 550a7798510810d238b733a54f69da71b2a2d152 (diff) | |
download | redot-engine-2d6deb10b05517919eebfb2ce665ad998d2aae08.tar.gz |
Documents the "arc-based" Quaternion constructor
Diffstat (limited to 'doc/classes/Quaternion.xml')
-rw-r--r-- | doc/classes/Quaternion.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml index 5199039ce4..60552c58a1 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"> |