Gets the edges of the convex hull

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

Syntax

C#
public Edge[] GetEdges()
Visual Basic (Declaration)
Public Function GetEdges As Edge()
Visual C++
public:
array<Edge^>^ GetEdges()

Return Value

The edges of the convex hull.

See Also