|
@@ -146,16 +146,21 @@ Sets this vector to cross product of *a* and *b*.
|
|
Sets this vector to cross product of itself and *v*.
|
|
Sets this vector to cross product of itself and *v*.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-<h3>.setPositionFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
|
|
|
|
|
|
+<h3>.getPositionFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
|
|
<div>
|
|
<div>
|
|
Sets this vector extracting position from matrix transform.
|
|
Sets this vector extracting position from matrix transform.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-<h3>.setRotationFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
|
|
|
|
|
|
+<h3>.getRotationFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
|
|
<div>
|
|
<div>
|
|
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*.
|