1
2
3

pub static EPSILON: f32 = 0.000001;
pub static PI: f32 = ::std::f32::consts::PI;