UNPKG

@rickosborne/hexgrid

Version:

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

3 lines 180 B
import { type HexCubePoint } from "./cube.js"; export declare const cubeLineDraw: (a: HexCubePoint, b: HexCubePoint) => HexCubePoint[]; //# sourceMappingURL=cube-line-draw.d.ts.map