Merge pull request #74838 from dsnopek/quaternion-constructor-3

Documents the "arc-based" Quaternion constructor
This commit is contained in:
Yuri Sizov 2023-03-15 14:51:38 +01:00 committed by GitHub
commit d67c1a5903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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