Method Overlaps
Overlaps(Aabb)
Query if this aabb overlaps the given other aabb.
Declaration
public bool Overlaps(Aabb other)
Parameters
| Type | Name | Description |
|---|---|---|
| Aabb | other | The other aabb. |
Returns
| Type | Description |
|---|---|
| bool | True if there is an overlap, false otherwise. |