/** {@inheritDoc} */
 @Override
 protected void interpolate(double frac) {
   cachedNode.setRotate(start + frac * delta);
 }