The standard comparer. Sorts mesh edges in a list first after the smaller of start or end index, then then after the greater of start or end index.

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

Syntax

C#
public int CompareTo(
	MeshEdge edge
)
Visual Basic (Declaration)
Public Function CompareTo ( _
	edge As MeshEdge _
) As Integer
Visual C++
public:
virtual int CompareTo(
	MeshEdge^ edge
) sealed

Parameters

edge
Type: ceometric.ComputationalGeometry..::.MeshEdge
A mesh edge to compare.

Return Value

Returns the result of the comparison.

Implements

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

See Also