Module tiling::model[][src]

Structs

Represents a tiling composed of an arbitrary number of regular polygons. A model is used to imperatively construct a tiling by building small patterns of shapes that are then repeated to fill a two-dimensional space. Use render to render the tiling. Use render_dual to render the dual tiling.

Represents a rendered model.