Max
The maximum point contained by the AABB.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Field
- Namespace: Unity.Mathematics.Geometry
- Assembly: UnityEngine.MathematicsModule
public float3 Max
Remarks
If any component of MinMaxAABB.Max is less than MinMaxAABB.Min then this AABB is invalid.
Additional Resources: MinMaxAABB.IsValid