2
0
FlorentMasson 4 жил өмнө
parent
commit
729696c05e

+ 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.