R/cpp11.R

Defines functions HILBERT_xy_to_coords_64_ HILBERT_coords_to_xy_64_ HILBERT_position64_ HILBERT_index64_ HILBERT_xy_to_coords_ HILBERT_coords_to_xy_ HILBERT_position_ HILBERT_index_

# Generated by cpp11: do not edit by hand

HILBERT_index_ <- function(n, x, y) {
  .Call(`_hilbert_HILBERT_index_`, n, x, y)
}

HILBERT_position_ <- function(n, h) {
  .Call(`_hilbert_HILBERT_position_`, n, h)
}

HILBERT_coords_to_xy_ <- function(n, x, y, extent) {
  .Call(`_hilbert_HILBERT_coords_to_xy_`, n, x, y, extent)
}

HILBERT_xy_to_coords_ <- function(n, x, y, extent) {
  .Call(`_hilbert_HILBERT_xy_to_coords_`, n, x, y, extent)
}

HILBERT_index64_ <- function(n, x, y) {
  .Call(`_hilbert_HILBERT_index64_`, n, x, y)
}

HILBERT_position64_ <- function(n, h) {
  .Call(`_hilbert_HILBERT_position64_`, n, h)
}

HILBERT_coords_to_xy_64_ <- function(n, x, y, extent) {
  .Call(`_hilbert_HILBERT_coords_to_xy_64_`, n, x, y, extent)
}

HILBERT_xy_to_coords_64_ <- function(n, x, y, extent) {
  .Call(`_hilbert_HILBERT_xy_to_coords_64_`, n, x, y, extent)
}
program--/hilbert documentation built on April 14, 2022, 11:53 a.m.