hex_grid 0.2.1

A library to easily work with 2d hex grids of arbitrary shapes
Documentation
1
2
3
4
5
6
7
8
pub mod offset;
pub mod coordinate;
mod hex_size;
mod pixel_orientation;

pub use self::coordinate::*;
pub use self::hex_size::HexSize;
pub use self::pixel_orientation::PixelOrientation;