Staggered Isometric Map: Calculate map coordinates for point on screen
- by Chris
I know there are already a lot of resources about this, but I haven't found one that matches my coordinate system and I'm having massive trouble adjusting any of those solutions to my needs.
What I learned is that the best way to do this is to use a transformation matrix. Implementing that is no problem, but I don't know in which way I have to transform the coordinate space.
Here's an image that shows my coordinate system:
How do I transform a point on screen to this coordinate system?