Index
All Classes and Interfaces|All Packages
B
- BoundingBox - Class in cs2110
-
An immutable, axis-aligned, closed rectangle in the 2D coordinate plane.
- BoundingBox() - Constructor for class cs2110.BoundingBox
-
Constructs an empty bounding box that contains no points.
- BoundingBox(Point, double, double) - Constructor for class cs2110.BoundingBox
-
Constructs a (non-empty) bounding box with the given upper left `corner`, `width` and `height`.
All Classes and Interfaces|All Packages