标签: c# hex coordinates unity5
我在Unity中制作基于十六进制的游戏,并希望通过切换坐标系来简化一些代码。我还没有找到一种方法直接从odd-r转换为轴...所以我在这里。 如果你不知道我的意思是奇数和轴向:http://www.redblobgames.com/grids/hexagons/#coordinates。 我知道我可以首先转换为立方体然后转换为轴向,但我想知道是否有任何方法可以直接转换。