UNPKG

@rickosborne/hexgrid

Version:

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

3 lines 234 B
import type { HexCubePoint } from "./cube.js"; export declare const cubeIntersection: (center1: HexCubePoint, radius1: number, center2: HexCubePoint, radius2?: number) => HexCubePoint[]; //# sourceMappingURL=cube-intersection.d.ts.map