Uses of Class
il.ac.idc.jdt.BoundingBox
-
Uses of BoundingBox in il.ac.idc.jdt
Modifier and TypeMethodDescriptionDelaunayTriangulation.getBoundingBox()
Triangle.getBoundingBox()
BoundingBox.unionWith
(BoundingBox other) Unify the BoundingBoxes of this and the other BoundingBoxModifier and TypeMethodDescriptionboolean
BoundingBox.contains
(BoundingBox other) Tests if the other BoundingBox lies wholely inside this BoundingBoxBoundingBox.unionWith
(BoundingBox other) Unify the BoundingBoxes of this and the other BoundingBoxModifierConstructorDescriptionBoundingBox
(BoundingBox other) Copy constructorGridIndex
(DelaunayTriangulation delaunay, int xCellCount, int yCellCount, BoundingBox region) Constructs a grid index holding the triangles of a delaunay triangulation.