Module gardiz::set[][src]

Expand description

A set of coordinates/vectors in a plane optimized for the plane (and related utilites).

Structs

Iterator over the points of a set in the direction of columns (in a set). See Set::columns.

Iterator over the neighbours of a given point in a given direction (in a set). See Set::neighbours and Set::neighbours_incl.

Iterator over the points of a set in the direction of rows (in a set). See Set::rows.

The set of coordinates/vectors in a plane, optimized for being in the plane. Members of the set are Vec2<T>.