UNPKG

@rickosborne/hexgrid

Version:

Rick Osborne's collection of hexagonal grid-related code.

7 lines 261 B
import type { AxialPoint } from "./axial.js"; import type { HexCubePoint } from "./cube.js"; /** * Rebrand a Cube point to an Axial point. */ export declare const axialFromCube: (cube: HexCubePoint) => AxialPoint; //# sourceMappingURL=axial-from-cube.d.ts.map