SrtTransform Methods |
The SrtTransform type exposes the following members.
Name | Description | |
---|---|---|
AreNumericallyEqual |
Determines whether two SRT transforms are equal (within a numerical tolerance).
| |
Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
Equals(SrtTransform) |
Indicates whether the current object is equal to another object of the same type.
| |
FromMatrix(Matrix) |
Creates an SrtTransform from a matrix that contains a scale, a rotation and
a translation. (Only available in the XNA-compatible build.)
| |
FromMatrix(Matrix44F) |
Creates an SrtTransform from a matrix that contains a scale, a rotation, and a
translation.
| |
FromPose |
Creates an SrtTransform from a Pose.
| |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Interpolate(SrtTransform, SrtTransform, Single) |
Interpolates two SRT transforms.
| |
Interpolate(SrtTransform, SrtTransform, Single, SrtTransform) |
Interpolates two SRT transforms.
| |
Invert |
Inverts the SRT transform.
| |
IsValid |
Determines whether the specified matrix is a valid SRT matrix.
| |
Multiply(SrtTransform, SrtTransform) |
Multiplies two SRT transforms.
| |
Multiply(SrtTransform, Vector4F) |
Multiplies an SrtTransform with a vector.
| |
Multiply(SrtTransform, SrtTransform, SrtTransform) |
Multiplies two SRT transforms.
| |
Multiply(SrtTransform, SrtTransform, Matrix44F) |
Multiplies two SRT transforms.
| |
Multiply(SrtTransform, SrtTransform, Matrix) |
Multiplies two SRT transforms. (Only available in the XNA-compatible build.)
| |
ToLocalDirection |
Converts a direction vector from parent space to local space.
| |
ToLocalPosition |
Converts a position vector from parent space to local space.
| |
ToMatrix44F |
Converts this SRT transform to a 4x4 transformation matrix.
| |
ToParentDirection |
Converts a direction vector from local space to parent space.
| |
ToParentPosition |
Converts a position vector from local space to parent space.
| |
ToPose | ||
ToString |
Returns the string representation of this SRT transform.
(Overrides ValueTypeToString.) | |
ToString(IFormatProvider) |
Returns the string representation of this SRT transform using the specified culture-specific format
information.
| |
ToXna |
Converts an SRT transform to a 4x4 transformation matrix (XNA Framework).
(Only available in the XNA-compatible build.)
|