From 61bbaecf1259e9c8c5007527c714cfbde519e055 Mon Sep 17 00:00:00 2001 From: WestLangley Date: Mon, 7 Dec 2020 17:56:48 -0500 Subject: [PATCH] Revert "Matrix4: Add note about non-uniform scale to decompose()." --- docs/api/en/math/Matrix4.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/en/math/Matrix4.html b/docs/api/en/math/Matrix4.html index 162b46a072..fd06612b28 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]()

-- GitLab