src/basics.h

changeset 18
918b6c0f8b5b
parent 17
a5111f4e6412
child 21
0133e565e072
equal deleted inserted replaced
17:a5111f4e6412 18:918b6c0f8b5b
63 inline Winding& operator^=(Winding& one, Winding other) 63 inline Winding& operator^=(Winding& one, Winding other)
64 { 64 {
65 one = one ^ other; 65 one = one ^ other;
66 return one; 66 return one;
67 } 67 }
68
69 constexpr double infinity = std::numeric_limits<double>::infinity();
70 static constexpr long double pi = M_PIl;

mercurial