UNPKG

@rickosborne/hexgrid

Version:

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

6 lines 215 B
import type { HexCubePoint } from "./cube.js"; /** * Add two Cube points together. */ export declare const cubeAdd: (left: HexCubePoint, right: HexCubePoint) => HexCubePoint; //# sourceMappingURL=cube-add.d.ts.map