|
@@ -347,6 +347,17 @@
|
|
|
Method Assumes no rotated parent.
|
|
|
</p>
|
|
|
|
|
|
+ <h3>[method:this rotateAroundWorldAxis]( [param:Vector3 point], [param:Vector3 axis], [param:Float angle] )</h3>
|
|
|
+ <p>
|
|
|
+ point -- The point to rotate around.<br />
|
|
|
+ axis -- A normalized vector in world space.<br />
|
|
|
+ angle -- The angle in radians.<br /><br />
|
|
|
+
|
|
|
+ Rotate the object around an axis in world space. (The axis passes through point.) The axis is assumed to be normalized.<br /><br/ >
|
|
|
+
|
|
|
+ This method does not support objects having rotated parent(s).
|
|
|
+ </p>
|
|
|
+
|
|
|
<h3>[method:this rotateX]( [param:Float rad] )</h3>
|
|
|
<p>
|
|
|
rad - the angle to rotate in radians.<br /><br />
|