Package org.anchoranalysis.spatial.box
Class BoundingBoxUnion
Object
BoundingBoxUnion
Performs union of a bounding-box with other entities
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwith
(BoundingBox other) Performs a union with another box (immutably).
-
Constructor Details
-
BoundingBoxUnion
-
-
Method Details
-
with
Performs a union with another box (immutably).- Parameters:
other
- the other bounding box.- Returns:
- a new bounding-box that is union of both bounding boxes.
-