Gets the edges 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 Edge[] GetEdges() |
| Visual Basic (Declaration) |
|---|
Public Function GetEdges As Edge() |
| Visual C++ |
|---|
public: array<Edge^>^ GetEdges() |