|
@@ -195,11 +195,16 @@
|
|
Multiplies the columns of this matrix by vector *v*.
|
|
Multiplies the columns of this matrix by vector *v*.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <h3>.compose( [page:Vector3 translation], [page:Quaternion rotation], [page:Vector3 scale] ) [page:Matrix4]</h3>
|
|
|
|
|
|
+ <h3>.makeFromPositionQuaternionScale( [page:Vector3 translation], [page:Quaternion rotation], [page:Vector3 scale] ) [page:Matrix4]</h3>
|
|
<div>
|
|
<div>
|
|
Sets this matrix to the transformation composed of *translation*, *rotation* and *scale*.
|
|
Sets this matrix to the transformation composed of *translation*, *rotation* and *scale*.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <h3>.makeFromPositionEulerScale( [page:Vector3 translation], [page:Vector3 rotation], eulerOrder, [page:Vector3 scale] ) [page:Matrix4]</h3>
|
|
|
|
+ <div>
|
|
|
|
+ Sets this matrix to the transformation composed of *translation*, *rotation* (as euler angle triple and order) and *scale*.
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<h3>.decompose( [page:Vector3 translation], [page:Quaternion rotation], [page:Vector3 scale] ) [page:Array]</h3>
|
|
<h3>.decompose( [page:Vector3 translation], [page:Quaternion rotation], [page:Vector3 scale] ) [page:Array]</h3>
|
|
<div>
|
|
<div>
|
|
Decomposes this matrix into the *translation*, *rotation* and *scale* components.<br />
|
|
Decomposes this matrix into the *translation*, *rotation* and *scale* components.<br />
|