diff --git a/docs/api/en/math/Matrix4.html b/docs/api/en/math/Matrix4.html index 162b46a072ed5e116b1f457c307ec6a1fc86524b..fd06612b28177803cd80eec9f1a90c5a19c2c96b 100644 --- a/docs/api/en/math/Matrix4.html +++ b/docs/api/en/math/Matrix4.html @@ -138,8 +138,8 @@ m.elements = [ 11, 21, 31, 41,

[method:null decompose]( [param:Vector3 position], [param:Quaternion quaternion], [param:Vector3 scale] )

- Decomposes this matrix into it's [page:Vector3 position], [page:Quaternion quaternion] and [page:Vector3 scale] components. - The method can't be used to decompose an object's world matrix if its parent has a non-uniform scale. + Decomposes this matrix into it's [page:Vector3 position], [page:Quaternion quaternion] and + [page:Vector3 scale] components.

[method:Float determinant]()