Package org.web3d.x3d.sai
Interface SFMatrix4f
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetTransform(SFVec3f transform, SFRotation rotation, SFVec3f scale) multiplyColVector(SFVec3f vec3f) multiplyRowVector(SFVec3f vec3f) voidsetTransform(SFVec3f transform, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) Methods inherited from interface org.web3d.x3d.sai.Matrix4
get, inverse, multiplyLeft, multiplyRight, set, setFromArray, transposeMethods inherited from interface org.web3d.x3d.sai.X3DField
addX3DEventListener, getDefinition, getUserData, isReadable, isWritable, removeX3DEventListener, setUserData
-
Method Details
-
getTransform
- Specified by:
getTransformin interfaceMatrix4
-
multiplyColVector
- Specified by:
multiplyColVectorin interfaceMatrix4
-
multiplyRowVector
- Specified by:
multiplyRowVectorin interfaceMatrix4
-
setTransform
void setTransform(SFVec3f transform, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) - Specified by:
setTransformin interfaceMatrix4
-