UNPKG

@rickosborne/hexgrid

Version:

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

7 lines 456 B
import type { EvenQPoint, EvenRPoint, OddQPoint, OddRPoint } from "./offset.js"; import type { BareQRSPoint } from "./qrs.js"; export declare const oddRFromQRS: (point: BareQRSPoint) => OddRPoint; export declare const oddQFromQRS: (point: BareQRSPoint) => OddQPoint; export declare const evenRFromQRS: (point: BareQRSPoint) => EvenRPoint; export declare const evenQFromQRS: (point: BareQRSPoint) => EvenQPoint; //# sourceMappingURL=offset-from-qrs.d.ts.map