浏览代码

Docs: Added getScaleFromMatrix method to Vector3.

Mr.doob 13 年之前
父节点
当前提交
6722dbc453
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/api/core/Vector3.html

+ 5 - 0
docs/api/core/Vector3.html

@@ -156,6 +156,11 @@ Sets this vector extracting position from matrix transform.
 Sets this vector extracting Euler angles rotation from matrix transform.
 Sets this vector extracting Euler angles rotation from matrix transform.
 </div>
 </div>
 
 
+<h3>.getScaleFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
+<div>
+Sets this vector extracting scale from matrix transform.
+</div>
+
 <h3>.equals( [page:Vector3 v] ) [page:Vector3]</h3>
 <h3>.equals( [page:Vector3 v] ) [page:Vector3]</h3>
 <div>
 <div>
 Checks for strict equality of this vector and *v*.
 Checks for strict equality of this vector and *v*.