Click or drag to resize
DigitalRuneMatrix33DIsOrthogonal Property
Gets a value indicating whether this instance is orthogonal.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool IsOrthogonal { get; }

Property Value

Type: Boolean
if this instance is an orthogonal matrix; otherwise, .
See Also