The hexagonal offsets of a Token.

interface TokenHexagonalOffsetsData {
    anchor: Point;
    even: GridOffset2D[];
    odd: GridOffset2D[];
}

Properties

Properties

anchor: Point

The anchor in normalized coordiantes

even: GridOffset2D[]

The occupied offsets in an even grid in the 0th row/column

The occupied offsets in an odd grid in the 0th row/column