Zoom interpolation topic

An interpolator for zooming smoothly between two views of a two-dimensional plane based on “Smooth and efficient zooming and panning” by Jarke J. van Wijk and Wim A.A. Nuij.

Functions

interpolateZoom(View a, View b) → ZoomInterpolator Zoom interpolation
Returns an interpolator between the two views a and b of a two-dimensional plane, based on “Smooth and efficient zooming and panning” by Jarke J. van Wijk and Wim A.A. Nuij.
interpolateZoomRho(num rho) → ZoomInterpolator Function(View, View) Zoom interpolation
Returns a new zoom interpolator using the specified curvature rho.