File units.hpp
File List > Ennui > math > units.hpp
Go to the documentation of this file
#pragma once
namespace ennui {
namespace math {
class Units {
public:
static constexpr auto PI = 3.14159265358979323846;
static constexpr auto DEGREES = Units::PI / 180.0;
};
} // namespace math
} // namespace ennui