Module grid

Source
Expand description

This module contains type definitions for two-dimensional grids that are used in the distance transform methods.

Structs§

GenericGrid
A two-dimensional grid of an arbitrary type T
GridIter
Iterate over the nodes of a grid.
GridIterMut
Iterate mutably over the nodes of a grid.

Type Aliases§

BoolGrid
two-dimensional grid of bool values
FloatGrid
two-dimensional grid of f64 values