Module tiling

Module tiling 

Source
Expand description

Tiling structures and helpers.

Structs§

ArrayTileKey
A key for indexing a Tile within an ArrayTiler.
ArrayTiler
An array tiler.
GridTile
A tile within a GridTiler.
GridTileKey
A key for indexing a GridTile within an GridTiler.
GridTiler
A grid tiler.
RawTile
A raw tile container for a Tileable object.
Tile
A tile container for a Tileable object.
TiledGrid
An immutable tiled grid created by a GridTiler.

Enums§

TileAlignMode
An enumeration of alignment modes for adjacent tiles in a tiler along a given axis.

Traits§

Tileable
A tileable layout object.