tessellations 0.3.0

Library to create and draw periodic tilings of the plane.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod figure;
mod plane;

mod brick;
mod diamond;
mod hexagon;
mod square;
mod square90;
mod triangle;

pub use figure::TessellationFigure;
pub use plane::TessellationPlane;