|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundingBox | |
---|---|
org.jzy3d.plot3d.builder.delaunay.jdt |
Uses of BoundingBox in org.jzy3d.plot3d.builder.delaunay.jdt |
---|
Methods in org.jzy3d.plot3d.builder.delaunay.jdt that return BoundingBox | |
---|---|
BoundingBox |
Triangle_dt.getBoundingBox()
|
BoundingBox |
Delaunay_Triangulation.getBoundingBox()
|
BoundingBox |
BoundingBox.unionWith(BoundingBox other)
Unify the BoundingBoxes of this and the other BoundingBox |
Methods in org.jzy3d.plot3d.builder.delaunay.jdt with parameters of type BoundingBox | |
---|---|
boolean |
BoundingBox.contains(BoundingBox other)
Tests if the other BoundingBox lies wholely inside this BoundingBox |
BoundingBox |
BoundingBox.unionWith(BoundingBox other)
Unify the BoundingBoxes of this and the other BoundingBox |
Constructors in org.jzy3d.plot3d.builder.delaunay.jdt with parameters of type BoundingBox | |
---|---|
BoundingBox(BoundingBox other)
Copy constructor |
|
GridIndex(Delaunay_Triangulation delaunay,
int xCellCount,
int yCellCount,
BoundingBox region)
Constructs a grid index holding the triangles of a delaunay triangulation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |