tilezz 0.0.1

Utilities to work with perfect-precision polygonal tiles built on top of complex integer rings.
Documentation

Rational Complex Integer Tiles

This repository provides two main features:

  1. a practical implementation of various complex integer rings
  2. grid-free but exact representation of a rich family of polygonal tiles

The target audience are primarily math enthusiasts (like myself) or researchers working on periodic or aperiodic tiles or other areas where exact representation of polygons is crucial and where numerical approximation and the use of floating point arithmetic are not acceptable for the given purpose, yet the use of more generic solutions, such as computer algebra systems is not desirable, too inconvenient or too inefficient.

The concepts this work is based on are described in the following blog posts:

Note that due to time constraints, this is a work-(not-so-fast-)in-progress.

Roadmap