Vector3 min(Vector3 v) { x = math.min(x, v.x); y = math.min(y, v.y); z = math.min(z, v.z); return this; }