Tests if the basis is orthogonal.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public bool IsOrthogonal { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsOrthogonal As Boolean |
Visual C++ |
---|
public: property bool IsOrthogonal { bool get (); } |
Field Value
True if the coordinate system is orthogonal, false otherwise.Remarks
In an orthogonal coordinate system, all three basis vectors must be pairwise orthogonal.
The result of this test depends on the settings of the AbsoluteEpsilon variable.