Click or drag to resize
DigitalRuneSrtTransform Operators and Type Conversions

The SrtTransform type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Compares two SrtTransforms to determine whether they are the same.
Public operatorStatic member(SrtTransform to Pose)
Converts an SRT transform to a Pose. (Scale will be ignored!)
Public operatorStatic member(Pose to SrtTransform)
Converts a Pose to an SRT transform.
Public operatorStatic member(SrtTransform to Matrix44F)
Converts an SRT transform to a 4x4 transformation matrix.
Public operatorStatic member(SrtTransform to Matrix)
Converts a SRT transform to a 4x4 transformation matrix (XNA Framework). (Only available in the XNA-compatible build.)
Public operatorStatic memberInequality
Compares two SrtTransforms to determine whether they are the different.
Public operatorStatic memberMultiply(SrtTransform, SrtTransform)
Multiplies two SRT transforms.
Public operatorStatic memberMultiply(SrtTransform, Vector4F)
Multiplies an SrtTransform with a vector.
Top
See Also