TwoDimensionalConvexHull Constructor (ListRectangular) |
Constructs a two dimensional convex hull via the unstructured input points.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TwoDimensionalConvexHull(
List<Rectangular> points
)
Public Sub New (
points As List(Of Rectangular)
)
public:
TwoDimensionalConvexHull(
List<Rectangular>^ points
)
new :
points : List<Rectangular> -> TwoDimensionalConvexHull
Parameters
- points
- Type: System.Collections.GenericListRectangular
The input points with which to construct the hull.
See Also