UNPKG

@rickosborne/hexgrid

Version:

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

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