Exemplo n.º 1
0
 public static Vector3d MinComponentV(this Vector3d v) => v.Component(v.MinI());
Exemplo n.º 2
0
 public static Vector3d MinComponentV(this Vector3d v)
 {
     return(v.Component(v.MinI()));
 }
Exemplo n.º 3
0
 public static Vector3d MaxComponentV(this Vector3d v) => v.Component(v.MaxI());