Package org.web3d.x3d.sai
Interface SFMatrix4f
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getTransform
(SFVec3f transform, SFRotation rotation, SFVec3f scale) multiplyColVector
(SFVec3f vec3f) multiplyRowVector
(SFVec3f vec3f) void
setTransform
(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, transpose
Methods inherited from interface org.web3d.x3d.sai.X3DField
addX3DEventListener, getDefinition, getUserData, isReadable, isWritable, removeX3DEventListener, setUserData
-
Method Details
-
getTransform
- Specified by:
getTransform
in interfaceMatrix4
-
multiplyColVector
- Specified by:
multiplyColVector
in interfaceMatrix4
-
multiplyRowVector
- Specified by:
multiplyRowVector
in interfaceMatrix4
-
setTransform
void setTransform(SFVec3f transform, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center) - Specified by:
setTransform
in interfaceMatrix4
-