IsValid
Check if the AABB is valid.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: Unity.Mathematics.Geometry
- Assembly: UnityEngine.MathematicsModule
public bool IsValid { get; }
Remarks
An AABB is considered valid if MinMaxAABB.Min is componentwise less than or equal to MinMaxAABB.Max.