|
@@ -77,6 +77,9 @@
|
|
|
vectors.
|
|
|
</p>
|
|
|
|
|
|
+ <h3>[method:Number getComponent]( [param:Integer index], [param:Integer component] ) </h3>
|
|
|
+ <p>Returns the given component of the vector at the given index.</p>
|
|
|
+
|
|
|
<h3>[method:Number getX]( [param:Integer index] )</h3>
|
|
|
<p>Returns the x component of the item at the given index.</p>
|
|
|
|
|
@@ -89,6 +92,9 @@
|
|
|
<h3>[method:Number getW]( [param:Integer index] )</h3>
|
|
|
<p>Returns the w component of the item at the given index.</p>
|
|
|
|
|
|
+ <h3>[method:Number setComponent]( [param:Integer index], [param:Integer component], [param:Float value] ) </h3>
|
|
|
+ <p>Sets the given component of the vector at the given index.</p>
|
|
|
+
|
|
|
<h3>[method:this setX]( [param:Integer index], [param:Float x] )</h3>
|
|
|
<p>Sets the x component of the item at the given index.</p>
|
|
|
|