mf
Media Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Variables
math_constants.h File Reference
#include "../common.h"

Go to the source code of this file.

Namespaces

 mf
 

Variables

constexpr real mf::pi = 3.14159265358979323846264338327950288
 
constexpr real mf::half_pi = pi / 2.0
 
constexpr real mf::quarter_pi = pi / 4.0
 
constexpr real mf::two_pi = pi * 2.0
 
constexpr real mf::four_pi = pi * 4.0
 
constexpr real mf::radiant_per_degree = pi / 180.0
 
constexpr real mf::degree_per_radiant = 180.0 / pi