Пример #1
0
 public void interpolate(InterpolatorBase x, InterpolatorBase y)
 {
     this.currentInterpolatorX = x;
     this.currentInterpolatorY = y;
     x.Start();
     y.Start();
 }
Пример #2
0
 public void interpolate(InterpolatorBase x, InterpolatorBase y)
 {
     this.currentInterpolatorX = x;
     this.currentInterpolatorY = y;
     x.Start();
     y.Start();
 }
Пример #3
0
 public void interpolateY(InterpolatorBase interpolator)
 {
     interpolator.Start();
     this.currentInterpolatorY = interpolator;
 }
Пример #4
0
 public void interpolateY(InterpolatorBase interpolator)
 {
     interpolator.Start();
     this.currentInterpolatorY = interpolator;
 }