Method Overlaps
Overlaps(MinMaxAABB)
Tests if the input AABB overlaps this AABB.
Declaration
public bool Overlaps(MinMaxAABB aabb)
Parameters
Type | Name | Description |
---|---|---|
MinMaxAABB | aabb | AABB to test. |
Returns
Type | Description |
---|---|
bool | True if input AABB overlaps with this AABB. |