Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public TwoDimensionalConvexHull(
	List<Rectangular> points
)

Parameters

points
Type: System.Collections.GenericListRectangular
The input points with which to construct the hull.
See Also