|
@@ -261,9 +261,9 @@
|
|
|
<h3>[method:this set]( [param:Float x], [param:Float y], [param:Float z], [param:Float w] )</h3>
|
|
|
<p>Sets the [page:.x x], [page:.y y], [page:.z z] and [page:.w w] components of this vector.</p>
|
|
|
|
|
|
- <h3>[method:this setAxisAngleFromQuaternion]( [param:Quaterion q] )</h3>
|
|
|
+ <h3>[method:this setAxisAngleFromQuaternion]( [param:Quaternion q] )</h3>
|
|
|
<p>
|
|
|
- [page:Quaterion q] - a normalized [page:Quaterion]<br /><br />
|
|
|
+ [page:Quaternion q] - a normalized [page:Quaternion]<br /><br />
|
|
|
|
|
|
Sets the [page:.x x], [page:.y y] and [page:.z z] components of this vector to the
|
|
|
quaternion's axis and [page:.w w] to the angle.
|
|
@@ -315,7 +315,7 @@
|
|
|
<p>Subtracts [page:Vector4 v] from this vector.</p>
|
|
|
|
|
|
<h3>[method:this subScalar]( [param:Float s] )</h3>
|
|
|
- <p>Subtracts [page:Float s] from this vector's [page:.x x], [page:.y y], [page:.z z] and [page:.w w] compnents.</p>
|
|
|
+ <p>Subtracts [page:Float s] from this vector's [page:.x x], [page:.y y], [page:.z z] and [page:.w w] components.</p>
|
|
|
|
|
|
<h3>[method:this subVectors]( [param:Vector4 a], [param:Vector4 b] )</h3>
|
|
|
<p>Sets this vector to [page:Vector4 a] - [page:Vector4 b].</p>
|