ExponentialZoomManager

open fun ExponentialZoomManager(z: Double, b: Double)

Same of ExponentialZoomManager but normalization value is 1.

Parameters

b

is the base of the exponential function

z

is the desired initial zoom rate


open fun ExponentialZoomManager(    z: Double,     b: Double,     n: Double)

Initialize a new ExpZoomManager instance with the parameters in input.

Parameters

z

is the desired initial zoom rate

b

is the base of the exponential function

n

is the normalization value