diff --git a/etk/math/Matrix4.h b/etk/math/Matrix4.h index bf966b7..0ea8418 100644 --- a/etk/math/Matrix4.h +++ b/etk/math/Matrix4.h @@ -13,6 +13,9 @@ #include #include +#define DEG_TO_RAD(a) ((a)*M_PI/180.0f) +#define RAD_TO_DEG(a) ((a)*180.0f/M_PI) + namespace etk { class Matrix4