|
@@ -358,8 +358,12 @@ var d = a.distanceTo( b );
|
|
|
|
|
|
<h3>[method:this setFromMatrixColumn]( [param:Matrix4 matrix], [param:Integer index] )</h3>
|
|
|
<p>
|
|
|
- Sets this vector's [page:.x x], [page:.y y] and [page:.z z] equal to the column of
|
|
|
- the [page:Matrix4 matrix] specified by the [page:Integer index].
|
|
|
+ Sets this vector's [page:.x x], [page:.y y] and [page:.z z] components from [page:Integer index] column of [page:Matrix4 matrix].
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <h3>[method:this setFromMatrix3Column]( [param:Matrix3 matrix], [param:Integer index] )</h3>
|
|
|
+ <p>
|
|
|
+ Sets this vector's [page:.x x], [page:.y y] and [page:.z z] components from [page:Integer index] column of [page:Matrix3 matrix].
|
|
|
</p>
|
|
|
|
|
|
<h3>[method:this setFromMatrixPosition]( [param:Matrix4 m] )</h3>
|