Top "Hexagonal-tiles" questions

Tessellating tiles for use as 2d-histogram bins, game boards, etc.

Covering Earth with Hexagonal Map Tiles

Many strategy games use hexagonal tiles. One of the main advantages is that the distance between the center of any …

math coordinates tesselation hexagonal-tiles
Hexagonal Grid Coordinates To Pixel Coordinates

I am working with a hexagonal grid. I have chosen to use this coordinate system because it is quite elegant. …

math coordinate-systems hexagonal-tiles
Algorithm to generate a hexagonal grid with coordinate system

I am trying to roll up 19 lines of code into a single for loop, but I am feeling a bit …

java loops dynamic coordinates hexagonal-tiles
Hexagonal Grids, how do you find which hexagon a point is in?

I have a map made up of rows and columns of hexagons This isn't an actual image of the hex-map …

algorithm point hexagonal-tiles
Hexagon grid on sphere without pentagon

I wanted to make a tile-based world on a sphere. I would like to use hexagon-shaped tiles, though as far …

hexagonal-tiles
Calculating distance on a hexagon grid

What I am trying to do is find how many hexagons are in between two points on a hex grid. …

hexagonal-tiles
How to draw/manage a hexagon grid?

I've read this article: generating/creating hexagon grid in C . But look like both the author and answerer have already …

java algorithm graphics hexagonal-tiles
Best Way to Store a Triangular/Hexagonal Grid in Python

I'm making a game with hexagonal tiles, and have decided upon using a triangular/hexagonal grid. I found this question …

python dictionary hexagonal-tiles
Generating triangular/hexagonal coordinates (xyz)

I'm trying to come up with an iterative function that generates xyz coordinates for a hexagonal grid. With a starting …

math coordinates vector coordinate-systems hexagonal-tiles
ggplot2 multiple stat_binhex() plots with different color gradients in one image

I'd like to use ggplot2's stat_binhex() to simultaneously plot two independent variables on the same chart, each with …

r ggplot2 data-visualization hexagonal-tiles