UNPKG

@rickosborne/hexgrid

Version:

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

3 lines 157 B
import type { HexCubePoint } from "./cube.js"; export declare const cubeRound: (cube: HexCubePoint) => HexCubePoint; //# sourceMappingURL=cube-round.d.ts.map