Uses of Interface
org.web3d.x3d.sai.Matrix4
Packages that use Matrix4
-
Uses of Matrix4 in org.web3d.x3d.sai
Subinterfaces of Matrix4 in org.web3d.x3d.saiMethods in org.web3d.x3d.sai that return Matrix4Modifier and TypeMethodDescriptionMatrix4.inverse()
Matrix4.multiplyColVector
(SFVec3f vec) SFMatrix4f.multiplyColVector
(SFVec3f vec3f) Matrix4.multiplyLeft
(Matrix4 mat) Matrix4.multiplyRight
(Matrix4 mat) Matrix4.multiplyRowVector
(SFVec3f vec) SFMatrix4f.multiplyRowVector
(SFVec3f vec3f) Matrix4.transpose()
Methods in org.web3d.x3d.sai with parameters of type Matrix4Modifier and TypeMethodDescriptionMatrix4.multiplyLeft
(Matrix4 mat) Matrix4.multiplyRight
(Matrix4 mat)