public double getValueAtFrame(final double frame) {
   return interpolator.getValueAtFrame(frame)[0];
 }