module SPCore
  TWO_PI = Math::PI * 2.0
  NEG_PI = -Math::PI
end