소스 검색

Documents the "arc-based" Quaternion constructor

(cherry picked from commit 2d6deb10b05517919eebfb2ce665ad998d2aae08)
David Snopek 2 년 전
부모
커밋
1c7bd972e4
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="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">