/** * @file Math Constants * @author Alexander Rose * @private */ export declare const EPS = 1e-7; export declare const TwoPI: number; export declare const DEG2RAD: number; export declare const RAD2DEG: number;