Переглянути джерело

Docs: Fixed Matrix4.decompose. See #6229.

Mr.doob 10 роки тому
батько
коміт
34f066a2ed
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      docs/api/math/Matrix4.html

+ 1 - 2
docs/api/math/Matrix4.html

@@ -165,8 +165,7 @@
 
 		<h3>[method:Array decompose]( [page:Vector3 translation], [page:Quaternion quaternion], [page:Vector3 scale] )</h3>
 		<div>
-		Decomposes this matrix into the *translation*, *quaternion* and *scale* components.<br />
-		If parameters are not passed, new instances will be created.
+		Decomposes this matrix into the *translation*, *quaternion* and *scale* components.
 		</div>
 
 		<h3>[method:Matrix4 makeTranslation]( [page:Float x], [page:Float y], [page:Float z] ) [page:Matrix4 this]</h3>