@@ -99,16 +99,6 @@ <h3>.multiplyScalar( [page:Float s] ) [page:Matrix4]</h3>
9999 Multiplies this matrix by *s*.
100100 </ div >
101101
102- < h3 > .multiplyVector3( [page:Vector3 v] ) [page:Vector3]</ h3 >
103- < div >
104- Applies this matrix to *v*.
105- </ div >
106-
107- < h3 > .multiplyVector4( [page:Vector4 v] ) [page:Vector4]</ h3 >
108- < div >
109- Applies this matrix to *v*.
110- </ div >
111-
112102 < h3 > .determinant() [page:Float]</ h3 >
113103 < div >
114104 Computes determinant of this matrix.< br />
@@ -135,12 +125,6 @@ <h3>.setPosition( [page:Vector3 v] ) [page:Matrix4]</h3>
135125 Sets the position component for this matrix from vector *v*.
136126 </ div >
137127
138- < h3 > .getPosition() [page:Vector3]</ h3 >
139- < div >
140- Returns position component from this matrix.< br />
141- Note: this method returns a reference to the internal class vector, make a copy or clone it if you don't use it right away.
142- </ div >
143-
144128 < h3 > .getInverse( [page:Matrix4 m] ) [page:Matrix4]</ h3 >
145129 < div >
146130 Sets this matrix to the inverse of matrix *m*.< br />
@@ -247,90 +231,6 @@ <h3>.clone() [page:Matrix4]</h3>
247231 Clones this matrix.
248232 </ div >
249233
250- < h3 > .compose([page:todo position], [page:todo quaternion], [page:todo scale]) [page:todo]</ h3 >
251- < div >
252- position -- todo < br />
253- quaternion -- todo < br />
254- scale -- todo
255- </ div >
256- < div >
257- todo
258- </ div >
259-
260- < h3 > .rotateAxis([page:todo v]) [page:todo]</ h3 >
261- < div >
262- v -- todo
263- </ div >
264- < div >
265- todo
266- </ div >
267-
268- < h3 > .setRotationFromEuler([page:todo v], [page:todo order]) [page:todo]</ h3 >
269- < div >
270- v -- todo < br />
271- order -- todo
272- </ div >
273- < div >
274- todo
275- </ div >
276-
277- < h3 > .crossVector([page:todo vector]) [page:todo]</ h3 >
278- < div >
279- vector -- todo
280- </ div >
281- < div >
282- todo
283- </ div >
284-
285- < h3 > .rotateByAxis([page:todo axis], [page:todo angle]) [page:todo]</ h3 >
286- < div >
287- axis -- todo < br />
288- angle -- todo
289- </ div >
290- < div >
291- todo
292- </ div >
293-
294- < h3 > .setRotationFromQuaternion([page:todo q]) [page:todo]</ h3 >
295- < div >
296- q -- todo
297- </ div >
298- < div >
299- todo
300- </ div >
301-
302- < h3 > .extractPosition([page:todo m]) [page:todo]</ h3 >
303- < div >
304- m -- todo
305- </ div >
306- < div >
307- todo
308- </ div >
309-
310- < h3 > .rotateX([page:todo angle]) [page:todo]</ h3 >
311- < div >
312- angle -- todo
313- </ div >
314- < div >
315- todo
316- </ div >
317-
318- < h3 > .rotateY([page:todo angle]) [page:todo]</ h3 >
319- < div >
320- angle -- todo
321- </ div >
322- < div >
323- todo
324- </ div >
325-
326- < h3 > .rotateZ([page:todo angle]) [page:todo]</ h3 >
327- < div >
328- angle -- todo
329- </ div >
330- < div >
331- todo
332- </ div >
333-
334234 < h3 > .multiplyVector3Array([page:todo a]) [page:todo]</ h3 >
335235 < div >
336236 a -- todo
@@ -344,14 +244,6 @@ <h3>.getMaxScaleOnAxis() [page:todo]</h3>
344244 todo
345245 </ div >
346246
347- < h3 > .translate([page:todo v]) [page:todo]</ h3 >
348- < div >
349- v -- todo
350- </ div >
351- < div >
352- todo
353- </ div >
354-
355247 < h2 > Source</ h2 >
356248
357249 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
0 commit comments