public void begin() { t = 0.0f; state = eSplineState.started; }
public void pause() { state = eSplineState.paused; }