zoom method

double zoom(
  1. double scale
)

Inverse of scale(), returns the zoom level corresponding to a scale factor of scale.

Implementation

external double zoom(double scale);