Ejemplo n.º 1
0
 public static bool IsLinearCombinationOf(this V3d x, V3d u) => x.IsParallelTo(u);
Ejemplo n.º 2
0
 public static bool IsLinearCombinationOf(this V3d x, V3d u)
 {
     return(x.IsParallelTo(u));
 }