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