UNPKG

@rickosborne/hexgrid

Version:

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

3 lines 257 B
import type { OffsetDirection, OffsetPoint, OffsetSystem } from "./offset.js"; export declare const offsetNeighbor: <S extends OffsetSystem>(offset: OffsetPoint<S>, direction: OffsetDirection) => OffsetPoint<S>; //# sourceMappingURL=offset-neighbor.d.ts.map