From 34f066a2edbfc5cb3b6342e8ecde583b584a3732 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Thu, 12 Mar 2015 17:34:08 +0000 Subject: [PATCH] Docs: Fixed Matrix4.decompose. See #6229. --- docs/api/math/Matrix4.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/math/Matrix4.html b/docs/api/math/Matrix4.html index 9b494e103e..72ee6b3d08 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]

-- GitLab