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