Module gardiz::map[][src]

Expand description

A map from coordinates/vectors to arbitrary data, optimized for the plane (and related items).

Structs

Iterator over entries of a map in the direction of columns. See Map::columns.

Map of coordinates in a plane to arbitrary data. Optimized given the fact the coordinates/vectors are in the plane. Keys of the map are Vec2<K>.

Iterator over the neighbours of a point in a map. See Map::neighbours and Map::neighbours_incl.

Iterator over entries of a map in the direction of rows. See Map::rows.