UNPKG

@rickosborne/hexgrid

Version:

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

3 lines 222 B
import { type HexCubeDirection, type HexCubePoint } from "./cube.js"; export declare const cubeHeading: (from: HexCubePoint, toward: HexCubePoint) => HexCubeDirection | undefined; //# sourceMappingURL=cube-heading.d.ts.map