Linear Zoom Manager
A LinearZoomManager converts the sliding of any physical/virtual device/control into a zoom rate through a linear function. Zoom = amount of slides * rate.
Constructors
Link copied to clipboard
Same of LinearZoomManager but rate is 1, and minimum and maximum are +/- MAX_VALUE.
Link copied to clipboard
open fun LinearZoomManager(zoom: Double, rate: Double, min: Double, max: Double)
Content copied to clipboard
Initialize a new LinearZoomManager instance with the parameters in input.