From 60ad95180f54360e25a8e0d06e8ffe35af359cfe Mon Sep 17 00:00:00 2001 From: Michael Herzog Date: Thu, 6 May 2021 18:00:20 +0200 Subject: [PATCH] Update Matrix4.html Fix typo. --- docs/api/en/math/Matrix4.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/en/math/Matrix4.html b/docs/api/en/math/Matrix4.html index bda2e2b4f2..b0febfbdd5 100644 --- a/docs/api/en/math/Matrix4.html +++ b/docs/api/en/math/Matrix4.html @@ -138,7 +138,7 @@ 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.

+ Decomposes this matrix into its [page:Vector3 position], [page:Quaternion quaternion] and [page:Vector3 scale] components.

Note: Not all matrices are decomposable in this way. For example, if an object has a non-uniformly scaled parent, then the object's world matrix may not be decomposable, and this method may not be appropriate.

-- GitLab