| Pose Operators and Type Conversions | 
The Pose type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality | 
            Compares two Poses to determine whether they are the same.
              | |
| (Pose to PoseD) | 
            Converts a single-precision pose to a double-precision pose.
              | |
| (Pose to Matrix44F) | 
            Converts a pose to a 4x4 transformation matrix.
              | |
| (Pose to Matrix) | 
            Converts a pose to a 4x4 transformation matrix (XNA Framework). (Only available in the 
            XNA-compatible build.)
              | |
| Inequality | 
            Compares two Poses to determine whether they are different.
              | |
| Multiply(Pose, Pose) | 
            Multiplies two poses.
              | |
| Multiply(Pose, Vector4F) | 
            Multiplies the pose with a vector.
              |