Tests if the basis is orthonormal.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public bool IsOrthonormal { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsOrthonormal As Boolean
Visual C++
public:
property bool IsOrthonormal {
	bool get ();
}

Field Value

True if the coordinate system is orthonormal, false otherwise.

Remarks

In an orthonormal coordinate system, all three basis vectors must be normalized and pairwise orthogonal. The result of this test depends on the settings of the AbsoluteEpsilon variable.

See Also