UNPKG

@caveworld/honeycomb-grid

Version:
5 lines (4 loc) 262 B
import { HexSettings } from '../types'; export declare const heightPointy: (yRadius: number) => number; export declare const heightFlat: (yRadius: number) => number; export declare const height: ({ orientation, dimensions: { yRadius } }: HexSettings) => number;