コード例 #1
0
 public static float Min(this Vector3 that) => MathfExtensions.Min(that.x, that.y, that.z);