Skip to content

Commit

Permalink
Docs: Fixed Matrix4.decompose. See #6229.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Mar 12, 2015
1 parent f1e9665 commit 34f066a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/api/math/Matrix4.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ <h3>[method:Matrix4 compose]( [page:Vector3 translation], [page:Quaternion quate

<h3>[method:Array decompose]( [page:Vector3 translation], [page:Quaternion quaternion], [page:Vector3 scale] )</h3>
<div>
Decomposes this matrix into the *translation*, *quaternion* and *scale* components.<br />
If parameters are not passed, new instances will be created.
Decomposes this matrix into the *translation*, *quaternion* and *scale* components.
</div>

<h3>[method:Matrix4 makeTranslation]( [page:Float x], [page:Float y], [page:Float z] ) [page:Matrix4 this]</h3>
Expand Down

0 comments on commit 34f066a

Please sign in to comment.