Equals(MinMaxAABB)
Determines whether the specified other AABB is equal to the current AABB.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics.Geometry
- Assembly: UnityEngine.MathematicsModule
public bool Equals(MinMaxAABB other)
Parameters
The other AABB to compare this one with.
Returns
Type | Description |
|---|---|
| bool | True if the specified other AABB is equal to this AABB; otherwise, false. |