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