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