public interface MFMatrix3f extends Matrix3
| Modifier and Type | Method and Description |
|---|---|
void |
getTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale) |
Matrix3 |
multiplyColVector(SFVec3f vec3f) |
Matrix3 |
multiplyRowVector(SFVec3f vec3f) |
void |
setTransform(SFVec3f translation,
SFRotation rotation,
SFVec3f scale,
SFRotation scaleOrientation,
SFVec3f center) |
get, inverse, multiplyLeft, multiplyRight, set, setIdentity, transposevoid setTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f center)
void getTransform(SFVec3f translation, SFRotation rotation, SFVec3f scale)
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.