Skip to content

dnmfarrell/Math-HexGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

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

VERSION

version 0.04

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages