UNPKG

@rickosborne/hexgrid

Version:

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

6 lines 202 B
/** * How many hexes are reachable from a starting hex given a Manhattan * distance radius? */ export declare const hexesWithin: (radius: number) => number; //# sourceMappingURL=hexes-within.d.ts.map