Aabb3.minMax constructor Null safety
Create a new AABB with a min and max.
Implementation
Aabb3.minMax(Vector3 min, Vector3 max)
: _min = Vector3.copy(min),
_max = Vector3.copy(max);
Create a new AABB with a min and max.
Aabb3.minMax(Vector3 min, Vector3 max)
: _min = Vector3.copy(min),
_max = Vector3.copy(max);