[][src]Crate gridd

A generic, dirt-simple, two-dimensional grid.

Coordinates

Grid entries are accessed with the Coord type, which is of the form

Structs

StaticGrid

Two-dimensional, non-resizeable, zero-indexed grid.

Vector

A two-dimensional vector used to relate grid elements spatially.

Type Definitions

Coord

Coordinates of the form (column, row), where column >= 0 and row >= 0.