You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/en/math/Matrix4.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ <h2>Extracting position, rotation and scale</h2>
88
88
[page:Vector3.setFromMatrixScale]: can be used to extract the scale component.
89
89
</li>
90
90
<li>
91
-
[page:Quaternion.setFromRotationMatrix], [page:Euler.setFromRotationMatrix] or [page:.extractRotation extractRotation] can be used to extract the rotation component.
91
+
[page:Quaternion.setFromRotationMatrix], [page:Euler.setFromRotationMatrix] or [page:.extractRotation extractRotation] can be used to extract the rotation component from a pure (unscaled) matrix.
92
92
</li>
93
93
<li>
94
94
[page:.decompose decompose] can be used to extract position, rotation and scale all at once.
0 commit comments