Module embedded_graphics::unsignedcoord[][src]

2D unsigned coordinate in screen space

As opposed to Coord, this coordinate is unsigned. It is intended for use with Drawable iterators to output valid display pixel coordinates, i.e. coordinates that are always positive.

Structs

UnsignedCoord

2D coordinate type