Lower bound.
Upper bound.
Determines if an AABB is contained within this one.
AABB to see if it is contained.
True if aabb is contained, otherwise false.
Gets the center of the AABB.
Center of this AABB.
Gets the extents of the AABB (half-widths).
Extents of this AABB.
Verify that the bounds are sorted.
True if the bounds are sorted, otherwise false.
Perform a precise raycast against this AABB.
Ray cast output values.
Ray cast input values.
True if the ray cast hits this AABB, otherwise false.
Tests if another AABB overlaps this AABB.
Other AABB to test for overlap.
True if other overlaps this AABB, otherwise false.
Generated using TypeDoc
Axis aligned bounding box.