SbMatrixdGetTransform Method |
Name | Description | |
---|---|---|
GetTransform(SbVec3d, SbRotationd, SbVec3d, SbRotationd) |
Return translation, rotation, scale, and scale orientation components of the
matrix.
.
| |
GetTransform(SbVec3d, SbRotationd, SbVec3d, SbRotationd, SbVec3d) |
Decomposes the matrix into a translation, rotation, scale, and scale
orientation. Any projection information is discarded. The decomposition depends
upon choice of center point for rotation and scaling, which is optional as the
last parameter. Note that if the center is 0, this method is the same as
Factor(SbMatrixd, SbVec3d, SbMatrixd, SbVec3d, SbMatrixd) where t is translation, u is rotation,
s is scaleFactor and r is scaleOrientation.
|