tilezz 0.0.1

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

pub mod gaussint;

#[macro_use]
pub mod zzbase;

#[macro_use]
extern crate arrayref;

pub mod zz;

pub mod zzutil;

pub mod snake;

pub mod rat;