/**
 * Rabbit Ear (c) Kraft
 */
/**
 * @description this epsilon is used throughout the library
 * @constant {number}
 * @default
 */
export const EPSILON: 0.000001;
/**
 * @description radians to degrees
 * @constant {number}
 * @default
 */
export const R2D: number;
/**
 * @description degrees to radians
 * @constant {number}
 * @default
 */
export const D2R: number;
/**
 * @description pi x 2
 * @constant {number}
 * @default
 */
export const TWO_PI: number;
//# sourceMappingURL=constant.d.ts.map