Optional
minX: number = 0Optional
minY: number = 0Optional
maxX: number = 0Optional
maxY: number = 0The upper limit of the bounding box.
The lower limit of the bounding box.
Static
copyOptional
out: BoundingBox2D = ...Static
translateOptional
out: BoundingBox2D = ...Static
unionCombines two bounds to create a new one that covers the previous two.
Bound to store results into.
A 2d axis aligned bounding box.