UNPKG

react-ngl

Version:
10 lines (9 loc) 245 B
/** * @file Math Constants * @author Alexander Rose <alexander.rose@weirdbyte.de> * @private */ export declare const EPS = 1e-7; export declare const TwoPI: number; export declare const DEG2RAD: number; export declare const RAD2DEG: number;