Skip to content

Commit 729696c

Browse files
Update doc for Matrix4
1 parent e694e62 commit 729696c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/en/math/Matrix4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Extracting position, rotation and scale</h2>
8888
[page:Vector3.setFromMatrixScale]: can be used to extract the scale component.
8989
</li>
9090
<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.
9292
</li>
9393
<li>
9494
[page:.decompose decompose] can be used to extract position, rotation and scale all at once.

0 commit comments

Comments
 (0)