Uses of Interface
org.web3d.x3d.sai.Matrix4
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.sai |
-
Uses of Matrix4 in org.web3d.x3d.jsail.fields
Classes in org.web3d.x3d.jsail.fields that implement Matrix4 Modifier and Type Class Description classMFMatrix4dObjectThis utility class provides a concrete implementation corresponding to MFMatrix4d X3D field type.classMFMatrix4fObjectThis utility class provides a concrete implementation corresponding to MFMatrix4f X3D field type.classSFMatrix4dObjectThis utility class provides a concrete implementation corresponding to SFMatrix4d X3D field type.classSFMatrix4fObjectThis utility class provides a concrete implementation corresponding to SFMatrix4f X3D field type.Methods in org.web3d.x3d.jsail.fields that return Matrix4 Modifier and Type Method Description Matrix4MFMatrix4dObject. inverse()Matrix4MFMatrix4fObject. inverse()Matrix4SFMatrix4dObject. inverse()Matrix4SFMatrix4fObject. inverse()Matrix4MFMatrix4dObject. multiplyColVector(SFVec3d vector3d)Matrix4MFMatrix4fObject. multiplyColVector(SFVec3f vector3f)Matrix4SFMatrix4dObject. multiplyColVector(SFVec3d vector3d)Matrix4SFMatrix4fObject. multiplyColVector(SFVec3f vector3f)Matrix4MFMatrix4dObject. multiplyLeft(Matrix4 matrix3x3)Matrix4MFMatrix4fObject. multiplyLeft(Matrix4 matrix3x3)Matrix4SFMatrix4dObject. multiplyLeft(Matrix4 matrix3x3)Matrix4SFMatrix4fObject. multiplyLeft(Matrix4 matrix3x3)Matrix4MFMatrix4dObject. multiplyRight(Matrix4 matrix3x3)Matrix4MFMatrix4fObject. multiplyRight(Matrix4 matrix3x3)Matrix4SFMatrix4dObject. multiplyRight(Matrix4 matrix3x3)Matrix4SFMatrix4fObject. multiplyRight(Matrix4 matrix3x3)Matrix4MFMatrix4dObject. multiplyRowVector(SFVec3d vector3d)Matrix4MFMatrix4fObject. multiplyRowVector(SFVec3f vector3f)Matrix4SFMatrix4dObject. multiplyRowVector(SFVec3d vector3d)Matrix4SFMatrix4fObject. multiplyRowVector(SFVec3f vector3f)Matrix4MFMatrix4dObject. transpose()Matrix4MFMatrix4fObject. transpose()Matrix4SFMatrix4dObject. transpose()Matrix4SFMatrix4fObject. transpose()Methods in org.web3d.x3d.jsail.fields with parameters of type Matrix4 Modifier and Type Method Description Matrix4MFMatrix4dObject. multiplyLeft(Matrix4 matrix3x3)Matrix4MFMatrix4fObject. multiplyLeft(Matrix4 matrix3x3)Matrix4SFMatrix4dObject. multiplyLeft(Matrix4 matrix3x3)Matrix4SFMatrix4fObject. multiplyLeft(Matrix4 matrix3x3)Matrix4MFMatrix4dObject. multiplyRight(Matrix4 matrix3x3)Matrix4MFMatrix4fObject. multiplyRight(Matrix4 matrix3x3)Matrix4SFMatrix4dObject. multiplyRight(Matrix4 matrix3x3)Matrix4SFMatrix4fObject. multiplyRight(Matrix4 matrix3x3) -
Uses of Matrix4 in org.web3d.x3d.sai
Subinterfaces of Matrix4 in org.web3d.x3d.sai Modifier and Type Interface Description interfaceMFMatrix4dMFMatrix4d specifies zero or more 4x4 matrices of double-precision floating point numbers, organized in row-major fashion.interfaceMFMatrix4fMFMatrix4f specifies zero or more 4x4 matrices of single-precision floating point numbers, organized in row-major fashion.interfaceSFMatrix4dSFMatrix4d specifies a 4x4 matrix of double-precision floating point numbers, organized in row-major fashion.interfaceSFMatrix4fSFMatrix4f specifies a 4x4 matrix of single-precision floating point numbers, organized in row-major fashion.Methods in org.web3d.x3d.sai that return Matrix4 Modifier and Type Method Description Matrix4Matrix4. inverse()Matrix4MFMatrix4d. multiplyColVector(SFVec3d vec3d)Matrix4MFMatrix4f. multiplyColVector(SFVec3f vec3f)Matrix4SFMatrix4d. multiplyColVector(SFVec3d vec3d)Matrix4SFMatrix4f. multiplyColVector(SFVec3f vec3f)Matrix4Matrix4. multiplyLeft(Matrix4 matrix4x4)Matrix4Matrix4. multiplyRight(Matrix4 matrix4x4)Matrix4MFMatrix4d. multiplyRowVector(SFVec3d vec3d)Matrix4MFMatrix4f. multiplyRowVector(SFVec3f vec3f)Matrix4SFMatrix4d. multiplyRowVector(SFVec3d vec3d)Matrix4SFMatrix4f. multiplyRowVector(SFVec3f vec3f)Matrix4Matrix4. transpose()Methods in org.web3d.x3d.sai with parameters of type Matrix4 Modifier and Type Method Description Matrix4Matrix4. multiplyLeft(Matrix4 matrix4x4)Matrix4Matrix4. multiplyRight(Matrix4 matrix4x4)