UNPKG

@rickosborne/hexgrid

Version:

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

5 lines 337 B
import { type AxialPoint } from "./axial.js"; import type { DoubleHeightPoint, DoubleWidthPoint } from "./double.js"; export declare const axialFromDoubleHeight: (double: DoubleHeightPoint) => AxialPoint; export declare const axialFromDoubleWidth: (double: DoubleWidthPoint) => AxialPoint; //# sourceMappingURL=axial-from-double.d.ts.map