| SrtTransform Operators and Type Conversions |
The SrtTransform type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality |
Compares two SrtTransforms to determine whether they are the same.
| |
| (SrtTransform to Pose) | ||
| (Pose to SrtTransform) |
Converts a Pose to an SRT transform.
| |
| (SrtTransform to Matrix44F) |
Converts an SRT transform to a 4x4 transformation matrix.
| |
| (SrtTransform to Matrix) |
Converts a SRT transform to a 4x4 transformation matrix (XNA Framework).
(Only available in the XNA-compatible build.)
| |
| Inequality |
Compares two SrtTransforms to determine whether they are the different.
| |
| Multiply(SrtTransform, SrtTransform) |
Multiplies two SRT transforms.
| |
| Multiply(SrtTransform, Vector4F) |
Multiplies an SrtTransform with a vector.
|