Overlaps(MinMaxAABB)
Tests if the input AABB overlaps this AABB.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics.Geometry
- Assembly: UnityEngine.MathematicsModule
public bool Overlaps(MinMaxAABB aabb)
Parameters
AABB to test.
Returns
Type | Description |
|---|---|
| bool | True if input AABB overlaps with this AABB. |