pub fn interior_dims(grid: &ElevationGrid) -> (u32, u32)Expand description
Interior (source) dimensions of an expanded grid.
The cache stores grids at (W+2) x (H+2). This helper returns the
original (W, H) before the border was added.
pub fn interior_dims(grid: &ElevationGrid) -> (u32, u32)Interior (source) dimensions of an expanded grid.
The cache stores grids at (W+2) x (H+2). This helper returns the
original (W, H) before the border was added.