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