|
@@ -132,7 +132,7 @@ Sets this matrix as translation transform.
|
|
|
Sets this matrix as scale transform.
|
|
|
</div>
|
|
|
|
|
|
-<h3>.setRotationX( [page:Float theta] ) [page:Matrix4]</h3>
|
|
|
+<h3>.makeRotationX( [page:Float theta] ) [page:Matrix4]</h3>
|
|
|
<div>
|
|
|
theta — Rotation angle in radians.
|
|
|
</div>
|
|
@@ -140,7 +140,7 @@ theta — Rotation angle in radians.
|
|
|
Sets this matrix as rotation transform around x axis by *theta* radians.
|
|
|
</div>
|
|
|
|
|
|
-<h3>.setRotationY( [page:Float theta] ) [page:Matrix4]</h3>
|
|
|
+<h3>.makeRotationY( [page:Float theta] ) [page:Matrix4]</h3>
|
|
|
<div>
|
|
|
theta — Rotation angle in radians.
|
|
|
</div>
|
|
@@ -148,7 +148,7 @@ theta — Rotation angle in radians.
|
|
|
Sets this matrix as rotation transform around y axis by *theta* radians.
|
|
|
</div>
|
|
|
|
|
|
-<h3>.setRotationZ( [page:Float theta] ) [page:Matrix4]</h3>
|
|
|
+<h3>.makeRotationZ( [page:Float theta] ) [page:Matrix4]</h3>
|
|
|
<div>
|
|
|
theta — Rotation angle in radians.
|
|
|
</div>
|
|
@@ -156,7 +156,7 @@ theta — Rotation angle in radians.
|
|
|
Sets this matrix as rotation transform around z axis by *theta* radians.
|
|
|
</div>
|
|
|
|
|
|
-<h3>.setRotationAxis( [page:Vector3 axis], [page:Float theta] ) [page:Matrix4]</h3>
|
|
|
+<h3>.makeRotationAxis( [page:Vector3 axis], [page:Float theta] ) [page:Matrix4]</h3>
|
|
|
<div>
|
|
|
axis — Rotation axis.
|
|
|
theta — Rotation angle in radians.
|