export const FITTING_COUNT = 100 export const HALF_PI = Math.PI / 2 export const ZERO_TOLERANCE = 0.0001 export const TWO_PI = Math.PI * 2