Exemplo n.º 1
0
 public static Func3 RootPolinomY(double mult, double[] coefs) => t => new Vector3(0, mult * Polinom.RootFn(t, coefs), t);