Exemplo n.º 1
0
 public void Init()
 {
     path = new IntegerPath <int>(kInterval);
 }
Exemplo n.º 2
0
 public ContinuousPath(float interval)
 {
     this.interval = interval;
     intPath       = new IntegerPath <ValueTransform>(interval);
 }