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