tilezz 0.1.0

Utilities to work with perfect-precision polygonal tiles built on top of cyclotomic integer rings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod cyclotomic;

pub mod geom;

pub mod analysis;

pub mod util;

pub mod stringmatch;

pub mod vis;

#[cfg(feature = "cli")]
pub mod rat_enum;

#[cfg(feature = "rat_explorer")]
pub mod web;