8 #include <pybind11/pybind11.h>
13 using namespace pybind11::literals;
void define_CCMath(py::module &cccorelib)
float RadiansToDegrees(int radians)
Convert radians to degrees.
bool GreaterThanEpsilon(float x)
Test a floating point number against our epsilon (a very small number).
float DegreesToRadians(int degrees)
Convert degrees to radians.
bool LessThanEpsilon(float x)
Test a floating point number against our epsilon (a very small number).