| SrtTransformIsValid Method |
Determines whether the specified matrix is a valid SRT matrix.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public static bool IsValid(
Matrix44F matrix
)
Public Shared Function IsValid (
matrix As Matrix44F
) As Boolean
public:
static bool IsValid(
Matrix44F matrix
)
static member IsValid :
matrix : Matrix44F -> bool
Parameters
- matrix
- Type: DigitalRune.Mathematics.AlgebraMatrix44F
The matrix.
Return Value
Type:
Boolean if the specified matrix is a valid SRT matrix; otherwise,
.
See Also