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