HexGrid
Project description
Basics
Configurable hex grid on abstract surface.
Example
import hexgrid
import morton
center = hexgrid.Point(0, 0)
size = hexgrid.Point(20, 10)
grid = hexgrid.Grid(hexgrid.OrientationFlat, center, size, morton.Morton(2, 32))
hex = grid.hex_at(hexgrid.Point(50, 50))
code = grid.hex_to_code(hex)
restored_hex = grid.hex_from_code(code)
neighbors = grid.hex_neighbors(hex, 2)
points = [
hexgrid.Point(0, 0), hexgrid.Point(0, 10),
hexgrid.Point(10, 10), hexgrid.Point(10, 0)
]
region = grid.make_region(points)
hexes_in_region = region.hexes
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hexgrid-py-1.3.tar.gz
(5.9 kB
view details)
File details
Details for the file hexgrid-py-1.3.tar.gz
.
File metadata
- Download URL: hexgrid-py-1.3.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cda6e37d509fada8f4edeafbae0c0d483d9a5a65afd31c709e39ff3044442cb3 |
|
MD5 | 05d1d7ddab529926ef0599ee6d52fdaa |
|
BLAKE2b-256 | c001e81effbbbefaf211e444d9b48dd0fdf0e95e371161e1d383d309fddb23ba |