Crate vec2d [−] [src]
Vec2D is a very simple 2D container for storing rectangular data
Structs
| Coord |
2D coordinate |
| Rect |
Rectangle defined by inclusive minimum and maximum coordinates |
| RectIter |
Iterator over a rectangle within a Vec2D |
| RectIterMut |
Mutable iterator over a rectangle within a Vec2D |
| Size |
Rectangle dimensions |
| Vec2D |
Container for 2D data |