Uses of Class
org.web3d.vrml.scripting.ecmascript.builtin.Matrix4
Packages that use Matrix4
-
Uses of Matrix4 in org.web3d.vrml.scripting.ecmascript.builtin
Methods in org.web3d.vrml.scripting.ecmascript.builtin that return Matrix4Modifier and TypeMethodDescriptionMatrix4.jsFunction_inverse()
Create the inverse of the matrix and return that in a new matrix.Matrix4.jsFunction_multLeft
(org.mozilla.javascript.Scriptable m) Multiply the passed matrix this matrix and return the value in a new matrix instance.Matrix4.jsFunction_multRight
(org.mozilla.javascript.Scriptable m) Multiply this matrix by the passed matrix and return the value in a new matrix instance.Matrix4.jsFunction_transpose()
Create the transpose of this matrix and return it in a new matrix.