Click or drag to resize
DigitalRunePose.IsValid Method
Determines whether the specified matrix is a valid pose matrix.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static bool IsValid(
	Matrix44F matrix
)

Parameters

matrix
Type: DigitalRune.Mathematics.Algebra.Matrix44F
The matrix.

Return Value

Type: Boolean
true if the specified matrix is a valid pose matrix; otherwise, false.
Remarks
This method makes a simple, low-performance test.
See Also