diff --git a/docs/api/math/Matrix4.html b/docs/api/math/Matrix4.html index 9b494e103ecf82784a661f5866a25ee033f6859e..72ee6b3d08a307366adbf31e9d079648b3587447 100644 --- a/docs/api/math/Matrix4.html +++ b/docs/api/math/Matrix4.html @@ -165,8 +165,7 @@

[method:Array decompose]( [page:Vector3 translation], [page:Quaternion quaternion], [page:Vector3 scale] )

- Decomposes this matrix into the *translation*, *quaternion* and *scale* components.
- If parameters are not passed, new instances will be created. + Decomposes this matrix into the *translation*, *quaternion* and *scale* components.

[method:Matrix4 makeTranslation]( [page:Float x], [page:Float y], [page:Float z] ) [page:Matrix4 this]