浏览代码

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>
 		<h3>[method:Array decompose]( [page:Vector3 translation], [page:Quaternion quaternion], [page:Vector3 scale] )</h3>
 		<div>
 		<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>
 		</div>
 
 
 		<h3>[method:Matrix4 makeTranslation]( [page:Float x], [page:Float y], [page:Float z] ) [page:Matrix4 this]</h3>
 		<h3>[method:Matrix4 makeTranslation]( [page:Float x], [page:Float y], [page:Float z] ) [page:Matrix4 this]</h3>