Click or drag to resize
DigitalRuneSrtTransform Methods

The SrtTransform type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAreNumericallyEqual
Determines whether two SRT transforms are equal (within a numerical tolerance).
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(SrtTransform)
Indicates whether the current object is equal to another object of the same type.
Public methodStatic memberFromMatrix(Matrix)
Creates an SrtTransform from a matrix that contains a scale, a rotation and a translation. (Only available in the XNA-compatible build.)
Public methodStatic memberFromMatrix(Matrix44F)
Creates an SrtTransform from a matrix that contains a scale, a rotation, and a translation.
Public methodStatic memberFromPose
Creates an SrtTransform from a Pose.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInterpolate(SrtTransform, SrtTransform, Single)
Interpolates two SRT transforms.
Public methodStatic memberInterpolate(SrtTransform, SrtTransform, Single, SrtTransform)
Interpolates two SRT transforms.
Public methodInvert
Inverts the SRT transform.
Public methodStatic memberIsValid
Determines whether the specified matrix is a valid SRT matrix.
Public methodStatic memberMultiply(SrtTransform, SrtTransform)
Multiplies two SRT transforms.
Public methodStatic memberMultiply(SrtTransform, Vector4F)
Multiplies an SrtTransform with a vector.
Public methodStatic memberMultiply(SrtTransform, SrtTransform, SrtTransform)
Multiplies two SRT transforms.
Public methodStatic memberMultiply(SrtTransform, SrtTransform, Matrix44F)
Multiplies two SRT transforms.
Public methodStatic memberMultiply(SrtTransform, SrtTransform, Matrix)
Multiplies two SRT transforms. (Only available in the XNA-compatible build.)
Public methodToLocalDirection
Converts a direction vector from parent space to local space.
Public methodToLocalPosition
Converts a position vector from parent space to local space.
Public methodToMatrix44F
Converts this SRT transform to a 4x4 transformation matrix.
Public methodToParentDirection
Converts a direction vector from local space to parent space.
Public methodToParentPosition
Converts a position vector from local space to parent space.
Public methodToPose
Creates a Pose from an SrtTransform (Scale will be ignored!).
Public methodToString
Returns the string representation of this SRT transform.
(Overrides ValueTypeToString.)
Public methodToString(IFormatProvider)
Returns the string representation of this SRT transform using the specified culture-specific format information.
Public methodToXna
Converts an SRT transform to a 4x4 transformation matrix (XNA Framework). (Only available in the XNA-compatible build.)
Top
See Also