Uses of Interface
org.web3d.x3d.sai.Matrix3
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.sai |
-
Uses of Matrix3 in org.web3d.x3d.jsail.fields
Classes in org.web3d.x3d.jsail.fields that implement Matrix3 Modifier and Type Class Description classMFMatrix3dObjectThis utility class provides a concrete implementation corresponding to MFMatrix3d X3D field type.classMFMatrix3fObjectThis utility class provides a concrete implementation corresponding to MFMatrix3f X3D field type.classSFMatrix3dObjectThis utility class provides a concrete implementation corresponding to SFMatrix3d X3D field type.classSFMatrix3fObjectThis utility class provides a concrete implementation corresponding to SFMatrix3f X3D field type.Methods in org.web3d.x3d.jsail.fields that return Matrix3 Modifier and Type Method Description Matrix3MFMatrix3dObject. inverse()Matrix3MFMatrix3fObject. inverse()Matrix3SFMatrix3dObject. inverse()Matrix3SFMatrix3fObject. inverse()Matrix3MFMatrix3dObject. multiplyColVector(SFVec3d vector3d)Matrix3MFMatrix3fObject. multiplyColVector(SFVec3f vector3f)Matrix3SFMatrix3dObject. multiplyColVector(SFVec3d vector3d)Matrix3SFMatrix3fObject. multiplyColVector(SFVec3f vector3f)Matrix3MFMatrix3dObject. multiplyLeft(Matrix3 matrix3x3)Matrix3MFMatrix3fObject. multiplyLeft(Matrix3 matrix3x3)Matrix3SFMatrix3dObject. multiplyLeft(Matrix3 matrix3x3)Matrix3SFMatrix3fObject. multiplyLeft(Matrix3 matrix3x3)Matrix3MFMatrix3dObject. multiplyRight(Matrix3 matrix3x3)Matrix3MFMatrix3fObject. multiplyRight(Matrix3 matrix3x3)Matrix3SFMatrix3dObject. multiplyRight(Matrix3 matrix3x3)Matrix3SFMatrix3fObject. multiplyRight(Matrix3 matrix3x3)Matrix3MFMatrix3dObject. multiplyRowVector(SFVec3d vector3d)Matrix3MFMatrix3fObject. multiplyRowVector(SFVec3f vector3f)Matrix3SFMatrix3dObject. multiplyRowVector(SFVec3d vector3d)Matrix3SFMatrix3fObject. multiplyRowVector(SFVec3f vector3f)Matrix3MFMatrix3dObject. transpose()Matrix3MFMatrix3fObject. transpose()Matrix3SFMatrix3dObject. transpose()Matrix3SFMatrix3fObject. transpose()Methods in org.web3d.x3d.jsail.fields with parameters of type Matrix3 Modifier and Type Method Description Matrix3MFMatrix3dObject. multiplyLeft(Matrix3 matrix3x3)Matrix3MFMatrix3fObject. multiplyLeft(Matrix3 matrix3x3)Matrix3SFMatrix3dObject. multiplyLeft(Matrix3 matrix3x3)Matrix3SFMatrix3fObject. multiplyLeft(Matrix3 matrix3x3)Matrix3MFMatrix3dObject. multiplyRight(Matrix3 matrix3x3)Matrix3MFMatrix3fObject. multiplyRight(Matrix3 matrix3x3)Matrix3SFMatrix3dObject. multiplyRight(Matrix3 matrix3x3)Matrix3SFMatrix3fObject. multiplyRight(Matrix3 matrix3x3) -
Uses of Matrix3 in org.web3d.x3d.sai
Subinterfaces of Matrix3 in org.web3d.x3d.sai Modifier and Type Interface Description interfaceMFMatrix3dMFMatrix3d specifies zero or more 3x3 matrices of double-precision floating point numbers, organized in row-major fashion.interfaceMFMatrix3fMFMatrix3f specifies zero or more 3x3 matrices of single-precision floating point numbers, organized in row-major fashion.interfaceSFMatrix3dSFMatrix3d specifies a 3x3 matrix of double-precision floating point numbers, organized in row-major fashion.interfaceSFMatrix3fSFMatrix3f specifies a 3x3 matrix of single-precision floating point numbers, organized in row-major fashion.Methods in org.web3d.x3d.sai that return Matrix3 Modifier and Type Method Description Matrix3Matrix3. inverse()Matrix3MFMatrix3d. multiplyColVector(SFVec3d vec3d)Matrix3MFMatrix3f. multiplyColVector(SFVec3f vec3f)Matrix3SFMatrix3d. multiplyColVector(SFVec3d vec3d)Matrix3SFMatrix3f. multiplyColVector(SFVec3f vec3f)Matrix3Matrix3. multiplyLeft(Matrix3 matrix3x3)Matrix3Matrix3. multiplyRight(Matrix3 matrix3x3)Matrix3MFMatrix3d. multiplyRowVector(SFVec3d vec3d)Matrix3MFMatrix3f. multiplyRowVector(SFVec3f vec3f)Matrix3SFMatrix3d. multiplyRowVector(SFVec3d vec3d)Matrix3SFMatrix3f. multiplyRowVector(SFVec3f vec3f)Matrix3Matrix3. transpose()Methods in org.web3d.x3d.sai with parameters of type Matrix3 Modifier and Type Method Description Matrix3Matrix3. multiplyLeft(Matrix3 matrix3x3)Matrix3Matrix3. multiplyRight(Matrix3 matrix3x3)