Converts a raw zoom value into a ScopedZoomValue.
Due to the inverse perception of zoom (higher raw zoom means smaller represented units),
this conversion is from currentScope to NEUTRAL_SCOPE.
It essentially calculates how many NEUTRAL_SCOPE units are equivalent to one currentScope unit at the given raw zoom.
Converts a raw zoom value into a
ScopedZoomValue. Due to the inverse perception of zoom (higher raw zoom means smaller represented units), this conversion is fromcurrentScopetoNEUTRAL_SCOPE. It essentially calculates how manyNEUTRAL_SCOPEunits are equivalent to onecurrentScopeunit at the given raw zoom.