1 2 3 4 5 6 7 8 9 10 11
#ifndef __JIN_UTILS_MATH_H #define __JIN_UTILS_MATH_H #include <math.h> #include "constant.h" #include "matrix.h" #include "quad.h" #include "rect.h" #endif