Click or drag to resize
DigitalRuneSrtTransformIsValid Method
Determines whether the specified matrix is a valid SRT matrix.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public static bool IsValid(
	Matrix44F matrix
)

Parameters

matrix
Type: DigitalRune.Mathematics.AlgebraMatrix44F
The matrix.

Return Value

Type: Boolean
if the specified matrix is a valid SRT matrix; otherwise, .
See Also