Module core

Module core 

Source
Expand description

Core ConvexHull structure and basic methods

This module contains the main ConvexHull struct and its fundamental operations, providing a foundation for convex hull computations.

Structs§

ConvexHull
A ConvexHull represents the convex hull of a set of points.

Enums§

ConvexHullAlgorithm
Algorithms available for computing convex hulls