| Matrix33FIsOrthogonal Property |
Gets a value indicating whether this instance is orthogonal.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public bool IsOrthogonal { get; }
Public ReadOnly Property IsOrthogonal As Boolean
Get
public:
property bool IsOrthogonal {
bool get ();
}
member IsOrthogonal : bool with get
Property Value
Type:
Boolean if this instance is an orthogonal matrix; otherwise,
.
See Also