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