public class SlowConvexHull_3
extends java.lang.Object
Constructor and Description |
---|
SlowConvexHull_3() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Triangle_3> |
computeConvexHull(PointCloud_3 points)
Compute the 3D convex hull by checking all triangles
Warning: to be completed
|
public java.util.Collection<Triangle_3> computeConvexHull(PointCloud_3 points)
points
- the input 3D point cloud (stored as an array list)