예제 #1
0
 public static Vector3d MinComponentV(this Vector3d v) => v.Component(v.MinI());
예제 #2
0
 public static Vector3d MinComponentV(this Vector3d v)
 {
     return(v.Component(v.MinI()));
 }
예제 #3
0
 public static Vector3d MaxComponentV(this Vector3d v) => v.Component(v.MaxI());