The ConvexHull2d type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AreaXY | Gets the area of the convex hull in the xy-plane. | |
| Edges | Gets the edges forming the perimeter of the convex hull in clockwise orientation. | |
| InitialPoints | Gets or sets the points for which the 2d convex hull is to be found. | |
| PerimeterLength | Gets the length of the perimeter of the convex hull. | |
| Vertices | Gets the vertices on the convex hull in clockwise orientation. |