| Package | Description |
|---|---|
| Jcg.geometry |
| Modifier and Type | Method and Description |
|---|---|
Point_d[] |
PointCloud_d.boundingBox()
Compute the bounding box (enclosing all points)
|
Point_d |
PointCloud_d.max(int d)
Return the point with greatest coordinate value (in direction d)
|
Point_d |
PointCloud_d.min(int d)
Return the point with smallest coordinate value (in direction d)
|
| Constructor and Description |
|---|
PointCloud_d(java.util.ArrayList<Point_d> points)
Create a new point cloud (a copy) from a collection of points
|