Click or drag to resize
DigitalRunePoseDIsValid 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(
	Matrix44D matrix
)

Parameters

matrix
Type: DigitalRune.Mathematics.AlgebraMatrix44D
The matrix.

Return Value

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