| SrtTransform Conversion (SrtTransform to Matrix44F) |
Converts an 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 static implicit operator Matrix44F (
SrtTransform srt
)
Public Shared Widening Operator CType (
srt As SrtTransform
) As Matrix44F
static implicit operator Matrix44F (
SrtTransform srt
)
F# does not support the declaration of new casting operators.
Parameters
- srt
- Type: DigitalRune.Animation.CharacterSrtTransform
The transform.
Return Value
Type:
Matrix44F
A 4x4-matrix that represents the same transformation as the SRT transform.
See Also