Swaps start and end point if necessary to ensure that the start point is lexicographically smaller than the end point.

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

Syntax

C#
public void SwapSort()
Visual Basic (Declaration)
Public Sub SwapSort
Visual C++
public:
void SwapSort()

See Also