public interface ConvexHull_3
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Triangle_3> |
computeConvexHull(PointCloud_3 points)
Computation of 3D convex hull
|
java.util.Collection<Triangle_3> computeConvexHull(PointCloud_3 points)
points
- the input 3D point cloud (stored as an array list)