Ejemplo n.º 1
0
 public Interpolation()
 {
     t = 0;
     bezierInterpolation = new BezierInterpolation();
 }
 public Interpolation()
 {
     t = 0;
     bezierInterpolation = new BezierInterpolation();
 }