Exemplo n.º 1
0
 // i: Knot番号
 // t: 媒介変数
 public double BasisFunc(int i, double t)
 {
     return(BSpline.BasisFunc(i, Degree, t, Knots));
 }