UNPKG

ts-raycasting

Version:
7 lines (6 loc) 118 B
export interface IRayConf { fov: number; rayCount: number; fisheye: boolean; center: boolean; }