Module grid

Module grid 

Source
Expand description

Rectangular grid in which vertices can be added or removed, with or without diagonal links.

Structsยง

EdgesIterator
Iterator returned by calling .edges() on a grid.
Grid
A rectangular grid.
GridIntoIterator
Iterator returned by calling .into_iter() on a grid.
GridIterator
Iterator returned by calling .iter() on a grid.