#include #include "mathutils.h" double sindeg(double a) { return(sin((a*M_PI)/180)); } double cosdeg(double a) { return(cos((a*M_PI)/180)); }