Constructs a new AABB with the given values.
AABB([Vector3? min, Vector3? max ]) { this.min = min ?? Vector3(); this.max = max ?? Vector3(); }