public static Vector3Int Max(this Vector3Int v, int min) { return(v.Map((f) => Mathf.Max(f, min))); }