| Package | Description |
|---|---|
| Jcg.convexhull3d | |
| Jcg.geometry | |
| Jcg.rangesearch |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Triangle_3> |
SlowConvexHull_3.computeConvexHull(PointCloud_3 points)
Compute the 3D convex hull by checking all triangles
Warning: to be completed
|
java.util.Collection<Triangle_3> |
ConvexHull_3.computeConvexHull(PointCloud_3 points)
Computation of 3D convex hull
|
| Modifier and Type | Method and Description |
|---|---|
static PointCloud_3 |
PointCloud_3.pointsInSphere(int n)
Generate points inside a sphere at random
|
| Modifier and Type | Method and Description |
|---|---|
PointCloud_3 |
RangeSearch_3.rangeSearch(Point_3 q,
double delta)
Compute the points at distance at most delta from q.
|