File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -146,16 +146,21 @@ <h3>.crossSelf( [page:Vector3 v] ) [page:Vector3]</h3>
146
146
Sets this vector to cross product of itself and *v*.
147
147
</ div >
148
148
149
- < h3 > .setPositionFromMatrix ( [page:Matrix4 m] ) [page:Vector3]</ h3 >
149
+ < h3 > .getPositionFromMatrix ( [page:Matrix4 m] ) [page:Vector3]</ h3 >
150
150
< div >
151
151
Sets this vector extracting position from matrix transform.
152
152
</ div >
153
153
154
- < h3 > .setRotationFromMatrix ( [page:Matrix4 m] ) [page:Vector3]</ h3 >
154
+ < h3 > .getRotationFromMatrix ( [page:Matrix4 m] ) [page:Vector3]</ h3 >
155
155
< div >
156
156
Sets this vector extracting Euler angles rotation from matrix transform.
157
157
</ div >
158
158
159
+ < h3 > .getScaleFromMatrix( [page:Matrix4 m] ) [page:Vector3]</ h3 >
160
+ < div >
161
+ Sets this vector extracting scale from matrix transform.
162
+ </ div >
163
+
159
164
< h3 > .equals( [page:Vector3 v] ) [page:Vector3]</ h3 >
160
165
< div >
161
166
Checks for strict equality of this vector and *v*.
You can’t perform that action at this time.
0 commit comments