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