Skip to content

Releases: akhra/HexCoord

Synchronized with HexKit v1.1.

08 May 05:25
Compare
Choose a tag to compare

Merged in fixes and changes from HexKit development.

Synchronized with HexKit release.

29 Apr 19:50
Compare
Choose a tag to compare

This release merges in changes made in support of HexKit. Primarily, these are documentation and organizational changes. The only functional change is the addition of the static readonly property HexCoord.origin, which is a shortcut to default(HexCoord) or new HexCoord(0,0).

IsWithinRectangle() refinement.

12 Feb 11:27
Compare
Choose a tag to compare

IsWithinRectangle() no longer relies on simple offset-coordinate bounds checking. The output is now consistent across all permutations, generating one of three row patterns (one symmetrical, two mirrored) as appropriate to the specified corners.

Initial release.

09 Feb 05:33
Compare
Choose a tag to compare

Initial release.