#pragma once class MathHelper { public: MathHelper(); ~MathHelper(); static double DegreesToRadians(double degree); public: const static double m_PI; };