void initWithPosition(double duration, math.Point<double> position) { initWithDuration(duration); _positionDelta = position; }