Gets the vertices on the convex hull in clockwise orientation.

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

Syntax

C#
public PointSet Vertices { get; }
Visual Basic (Declaration)
Public ReadOnly Property Vertices As PointSet
Visual C++
public:
property PointSet^ Vertices {
	PointSet^ get ();
}

Field Value

The clockwise oriented vertices of the convex hull.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe hull has not been computed yet.

See Also