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