@rickosborne/hexgrid
Version:
Rick Osborne's collection of hexagonal grid-related code.
5 lines • 329 B
TypeScript
import type { DoubleHeightPoint, DoubleWidthPoint } from "./double.js";
import type { BareQRSPoint } from "./qrs.js";
export declare const doubleHeightFromQRS: (qrs: BareQRSPoint) => DoubleHeightPoint;
export declare const doubleWidthFromQRS: (qrs: BareQRSPoint) => DoubleWidthPoint;
//# sourceMappingURL=double-from-qrs.d.ts.map