Documents the "arc-based" Quaternion constructor

(cherry picked from commit 2d6deb10b0)
This commit is contained in:
David Snopek 2023-03-12 15:53:41 -05:00 committed by Yuri Sizov
parent 3bb89a0911
commit 1c7bd972e4
1 changed files with 1 additions and 0 deletions

View File

@ -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">