ExponentialZoomManager

constructor(z: Double, b: Double)(source)

Same of ExponentialZoomManager but normalization value is 1.

Parameters

b

is the base of the exponential function

z

is the desired initial zoom rate


constructor(z: Double, b: Double, n: Double)(source)

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