Uses of Class
il.ac.idc.jdt.BoundingBox
-
Packages that use BoundingBox Package Description il.ac.idc.jdt -
-
Uses of BoundingBox in il.ac.idc.jdt
Methods in il.ac.idc.jdt that return BoundingBox Modifier and Type Method Description BoundingBox
DelaunayTriangulation. getBoundingBox()
BoundingBox
Triangle. getBoundingBox()
BoundingBox
BoundingBox. unionWith(BoundingBox other)
Unify the BoundingBoxes of this and the other BoundingBoxMethods in il.ac.idc.jdt with parameters of type BoundingBox Modifier and Type Method Description boolean
BoundingBox. contains(BoundingBox other)
Tests if the other BoundingBox lies wholely inside this BoundingBoxBoundingBox
BoundingBox. unionWith(BoundingBox other)
Unify the BoundingBoxes of this and the other BoundingBoxConstructors in il.ac.idc.jdt with parameters of type BoundingBox Constructor Description BoundingBox(BoundingBox other)
Copy constructorGridIndex(DelaunayTriangulation delaunay, int xCellCount, int yCellCount, BoundingBox region)
Constructs a grid index holding the triangles of a delaunay triangulation.
-