bestagon 0.10.0

An engine for discrete stuff in hexagonal grids
Documentation
1
2
3
4
5
6
pub use crate::cartesian::{FromCartesian, ToCartesian};
pub use crate::distance::Distance;
pub use crate::edge::{Edge, EdgeAx};
pub use crate::hex::{Hex, HexAx, HexCb};
pub use crate::neighbours::{Edges, Hexes, Nodes};
pub use crate::node::{Node, NodeAx};