Ejemplo n.º 1
0
 public static float Max(this Vector3 that) => MathfExtensions.Max(that.x, that.y, that.z);