Do anyone know of any algorithm or library that can triangulate a convex hull that is defined by a set of planes?
The libraries I’ve seen all represents the hull as a set of points. Some have to ability to get the planes, but none that I’ve seen can generate points from a set of planes.