Mathematic constants. More...
#include <math.h>Go to the source code of this file.
Namespaces | |
| namespace | glc |
Define render mode enum in glc namespace. | |
Functions | |
| double | glc::toRadian (double angle) |
| Convert the given degre angle in radian. | |
Variables | |
| const double | glc::EPSILON = 1e-10 |
| const double | glc::PI = acos(-1.0) |
Mathematic constants.
Definition in file glc_utils_maths.h.