UNPKG

@rickosborne/hexgrid

Version:

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

4 lines 257 B
import type { HexCubePoint } from "./cube.js"; import type { HexRotation } from "./hex-system.js"; export declare const cubeRotate: (center: HexCubePoint, outer: HexCubePoint, rotation: HexRotation) => HexCubePoint; //# sourceMappingURL=cube-rotate.d.ts.map