浏览代码

Documents the "arc-based" Quaternion constructor

David Snopek 2 年之前
父节点
当前提交
2d6deb10b0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/Quaternion.xml

+ 1 - 0
doc/classes/Quaternion.xml

@@ -31,6 +31,7 @@
 			<param index="0" name="arc_from" type="Vector3" />
 			<param index="0" name="arc_from" type="Vector3" />
 			<param index="1" name="arc_to" type="Vector3" />
 			<param index="1" name="arc_to" type="Vector3" />
 			<description>
 			<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>
 			</description>
 		</constructor>
 		</constructor>
 		<constructor name="Quaternion">
 		<constructor name="Quaternion">