Link Search Menu Expand Document

Hulls

Convex hull algorithms

TBD


Table of content


Hulls capture the convex bounding shape of a set of point.
The current implementation is based on an underlying Delaunay Graph.


Available Hulls


Convex Hull 3D

Outputs a 3D convex hull.

Convex Hull 2D

Outputs a 2D convex hull.