浏览代码

Update Quaternion.html

FlorentMasson 4 年之前
父节点
当前提交
e694e626e0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/api/en/math/Quaternion.html

+ 2 - 0
docs/api/en/math/Quaternion.html

@@ -179,6 +179,8 @@
 
 
 		<h3>[method:Quaternion setFromRotationMatrix]( [param:Matrix4 m] )</h3>
 		<h3>[method:Quaternion setFromRotationMatrix]( [param:Matrix4 m] )</h3>
 		<p>
 		<p>
+		[page:Matrix4 m] - a [page:Matrix4] of which the upper 3x3 of matrix is a pure
+		[link:https://en.wikipedia.org/wiki/Rotation_matrix rotation matrix] (i.e. unscaled).<br />
 		Sets this quaternion from rotation component of [page:Matrix4 m].<br />
 		Sets this quaternion from rotation component of [page:Matrix4 m].<br />
 		Adapted from the method [link:http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToQuaternion/index.htm here].
 		Adapted from the method [link:http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToQuaternion/index.htm here].
 		</p>
 		</p>