pynaviz.controller.SpanController.zoom_to_point#
- SpanController.zoom_to_point(delta: float, pos: Tuple, rect: Tuple, *, animate=False)#
Zoom the view while panning to keep the position under the cursor fixed.
If animate is True, the motion is damped. This requires the controller to receive events from the renderer/viewport.