zoomUpdate abstract method

Future zoomUpdate(
  1. double x,
  2. double y,
  3. double z
)

Called by FilamentGestureDetector. You probably don't want to call this yourself.

Implementation

Future zoomUpdate(double x, double y, double z);