The standard comparer. Sorts triangular faces by the value of the indices of their vertices.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public int CompareTo(
	SurfaceReconstructor..::.Tri tri
)
Visual Basic (Declaration)
Public Function CompareTo ( _
	tri As SurfaceReconstructor..::.Tri _
) As Integer
Visual C++
public:
virtual int CompareTo(
	SurfaceReconstructor..::.Tri^ tri
) sealed

Parameters

tri
Type: ceometric.ComputationalGeometry..::.SurfaceReconstructor..::.Tri
An triangular face to compare.

Return Value

Returns the result of the comparison.

Implements

IComparable<(Of <(T>)>)..::.CompareTo(T)

See Also