Uses of Class
il.ac.idc.jdt.BoundingBox
Packages that use BoundingBox
-
Uses of BoundingBox in il.ac.idc.jdt
Methods in il.ac.idc.jdt that return BoundingBoxModifier and TypeMethodDescriptionDelaunayTriangulation.getBoundingBox()
Triangle.getBoundingBox()
BoundingBox.unionWith
(BoundingBox other) Unify the BoundingBoxes of this and the other BoundingBoxMethods in il.ac.idc.jdt with parameters of type 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 BoundingBoxConstructors in il.ac.idc.jdt with parameters of type BoundingBoxModifierConstructorDescriptionBoundingBox
(BoundingBox other) Copy constructorGridIndex
(DelaunayTriangulation delaunay, int xCellCount, int yCellCount, BoundingBox region) Constructs a grid index holding the triangles of a delaunay triangulation.