Click or drag to resize
DigitalRunePose Operators and Type Conversions

The Pose type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Compares two Poses to determine whether they are the same.
Public operatorStatic member(Pose to PoseD)
Converts a single-precision pose to a double-precision pose.
Public operatorStatic member(Pose to Matrix44F)
Converts a pose to a 4x4 transformation matrix.
Public operatorStatic member(Pose to Matrix)
Converts a pose to a 4x4 transformation matrix (XNA Framework). (Only available in the XNA-compatible build.)
Public operatorStatic memberInequality
Compares two Poses to determine whether they are different.
Public operatorStatic memberMultiply(Pose, Pose)
Multiplies two poses.
Public operatorStatic memberMultiply(Pose, Vector4F)
Multiplies the pose with a vector.
Top
See Also