UNPKG

@rickosborne/hexgrid

Version:

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

4 lines 340 B
import type { BareQRSPoint, QRSBuilder, QRSPoint, QRSSystem } from "./qrs.js"; export declare const bareQRSScale: (point: BareQRSPoint, factor: number) => BareQRSPoint; export declare const qrsScale: <P extends QRSPoint<S>, S extends QRSSystem>(point: P, factor: number, builder: QRSBuilder<P>) => P; //# sourceMappingURL=qrs-scale.d.ts.map