Gets the vertices of the convex hull.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.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 vertices of the convex hull.
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | The hull has not been computed yet. |