The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Math::HexGrid - Math::HexGrid - create hex coordinate grids

VERSION

version 0.03

DESCRIPTION

This module is for creating hex grids of Math::HexGrid::Grid objects. For now it only supports hexagonally-shaped grids. It supports both cube and axial (trapezoidal) coordinate systems.

METHODS

new_hexagon ($radius)

Constructs a new hexagonally-shaped grid of size $radius.

new_triangle ($rows)

Constructs a new triangle-shaped grid with $rows number of rows.

hexgrid

Returns a hashref of all hexes in the grid.

hex ($q, $r)

Returns the hex at location $q and $r.

count_sides

Returns a count of all unique sides (edges) in the grid.

SEE ALSO

This code was helped by Amit Patel's articles on hexagonal grids.

AUTHOR

David Farrell <dfarrell@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by David Farrell.

This is free software, licensed under:

  The (two-clause) FreeBSD License