| SrtTransformToMatrix44F Method |
Converts this SRT transform to a 4x4 transformation matrix.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public Matrix44F ToMatrix44F()
Public Function ToMatrix44F As Matrix44F
public:
Matrix44F ToMatrix44F()
member ToMatrix44F : unit -> Matrix44F
Return Value
Type:
Matrix44F
A 4x4-matrix that represents the same transformation as the SRT transform.
See Also