Sets the given values to this AABB.
AABB set(Vector3 min, Vector3 max ) { this.min = min; this.max = max; return this; }