You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the methods getGridX(), getGridY(), getGridZ() of the CubeCoordinate class show the grid cube coordinates with the origin (0, 0, 0) on the top left, which is outside of the grid if the layout is HEXAGONAL. Having the origin in the center of the grid would be more useful.
The text was updated successfully, but these errors were encountered:
This is a feature suggestion.
Currently the methods
getGridX()
,getGridY()
,getGridZ()
of theCubeCoordinate
class show the grid cube coordinates with the origin (0, 0, 0) on the top left, which is outside of the grid if the layout isHEXAGONAL
. Having the origin in the center of the grid would be more useful.The text was updated successfully, but these errors were encountered: