Click or drag to resize
DigitalRuneSrtTransformToXna Method
Converts an SRT transform to a 4x4 transformation matrix (XNA Framework). (Only available in the XNA-compatible build.)

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Matrix ToXna()

Return Value

Type: Matrix
An 4x4-matrix that represents the same transformation as the SRT transform.
Remarks

This method is available only in the XNA-compatible build of the DigitalRune.Animation.dll.

See Also