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