| Parameter | Description |
|---|---|
| lowerBound | The lower-left bounding vertex. This should be equal to or lower than . |
| upperBound | The upper-right bounding vertex. This should be equal to or above . |
Create an axis-aligned bounding-box with the specified bounds.
| Parameter | Description |
|---|---|
| point | The point which the AABB should encapsulate. |
Create an axis-aligned bounding-box that encapsulates the specified point.