unzoom-HilbertCurve-method.Rd
Transform zoomed positions to their original values
# S4 method for HilbertCurve
unzoom(object, x)
A HilbertCurve-class
object.
positions.
A numeric vector of original positions.
hc = HilbertCurve(1, 2)
z = zoom(hc, 1.5)
unzoom(hc, z)
#> [1] 1.5