Crate chull_adapt

Crate chull_adapt 

Source

Modules§

quick_convex_hull

Structs§

Config
Configuration struct for quick hull algorithm parameters
ConvexHull
ConvexMesh
HalfPlane
n⋅x≤d n is the normal of the plane d is the offset of the plane x is the point on the plane so the normal of the plane is toward the outside of the convex hull

Enums§

ConvexHullConstructError
Represents errors that can occur during convex hull construction.
ConvexHullConstructState
Represents the state of convex hull construction.