Click or drag to resize
SbMatrixSetTransform Method
Composes the matrix.
Overload List
  NameDescription
Public methodSetTransform(SbVec3f, SbRotation, SbVec3f)
Composes the matrix based on a translation, rotation, and scale. A scale orientation value of (0,0,0,1) is used. The center point for scaling and rotation is (0,0,0).
Public methodSetTransform(SbVec3f, SbRotation, SbVec3f)
Composes the matrix based on a translation, rotation, and scale. A scale orientation value of (0,0,0,1) is used. The center point for scaling and rotation is (0,0,0).
Public methodSetTransform(SbVec3f, SbRotation, SbVec3f, SbRotation)
Composes the matrix based on a translation, rotation, scale, and orientation for scale. The so chooses the primary axes for the scale. The center point for scaling and rotation is (0,0,0).
Public methodSetTransform(SbVec3f, SbRotation, SbVec3f, SbRotation)
Composes the matrix based on a translation, rotation, scale, and orientation for scale. The so chooses the primary axes for the scale. The center point for scaling and rotation is (0,0,0).
Public methodSetTransform(SbVec3f, SbRotation, SbVec3f, SbRotation, SbVec3f)
Composes the matrix based on a translation, rotation, scale, orientation for scale, and center.
Public methodSetTransform(SbVec3f, SbRotation, SbVec3f, SbRotation, SbVec3f)
Composes the matrix based on a translation, rotation, scale, orientation for scale, and center.
Top
See Also