| Parameter | Description |
|---|---|
| point | Point to test. |
bool True if AABB contains the input point.
Tests if the input point is contained by the AABB.
| Parameter | Description |
|---|---|
| aabb | AABB to test. |
bool True if input AABB is contained entirely by this AABB.
Tests if the input AABB is contained entirely by this AABB.