-
interface
Interface that represents a mutable axis-aligned bounding box in the
XY-plane.
Returns a bounding box with the given bounds.
Returns a bounding box with the same bounds as in the given bounding box.
Returns the minimum area axis-aligned bounding box for the given
collection of points.
boolean
Returns true if the given bounding box is inside this bounding box.
Returns a bounding box with the same bounds as in the given bounding box.
Returns a bounding box with the same bounds as in the given bounding box.
boolean
Returns true if this bounding box intersects the given bounding box.
boolean
Returns true if the ray intersects with the bounding rectangle, false
otherwise.