UNPKG

@rickosborne/hexgrid

Version:

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

3 lines 272 B
import type { QRSBuilder, QRSPoint, QRSSystem } from "./qrs.js"; export declare const qrsIntersection: <P extends QRSPoint<QRSSystem>>(buildFn: QRSBuilder<P>, center1: P, radius1: number, center2: P, radius2?: number) => P[]; //# sourceMappingURL=qrs-intersection.d.ts.map