浏览代码

Update doc for Matrix4

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

+ 1 - 1
docs/api/en/math/Matrix4.html

@@ -88,7 +88,7 @@ m.elements = [ 11, 21, 31, 41,
 					[page:Vector3.setFromMatrixScale]: can be used to extract the scale component.
 				</li>
 				<li>
-					[page:Quaternion.setFromRotationMatrix], [page:Euler.setFromRotationMatrix] or [page:.extractRotation extractRotation] can be used to extract the rotation component.
+					[page:Quaternion.setFromRotationMatrix], [page:Euler.setFromRotationMatrix] or [page:.extractRotation extractRotation] can be used to extract the rotation component from a pure (unscaled) matrix.
 				</li>
 				<li>
 					[page:.decompose decompose] can be used to extract position, rotation and scale all at once.