Exemple #1
0
 public Interpolator()
 {
     m_sorted = new SortedList();
     //double[] aVals = new double[]{0,0,  100,255,  200,50,  300,160,  400,0};
     //SetFromLinearList(aVals);
     InterpolationStrategy = new InterpolationLinearStrategy();
 }
Exemple #2
0
 public Interpolator()
 {
     m_sorted = new SortedList();
     //double[] aVals = new double[]{0,0,  100,255,  200,50,  300,160,  400,0};
     //SetFromLinearList(aVals);
     InterpolationStrategy = new InterpolationLinearStrategy();
 }