implement euler angles zxy, zyx (yaw-pitch-roll)

This commit is contained in:
Recep Aslantas
2016-10-13 11:06:14 +03:00
parent bb45a77d64
commit 2c6b257a82
2 changed files with 76 additions and 0 deletions

View File

@@ -25,5 +25,6 @@ typedef vec4 versor;
#include "cglm-affine.h"
#include "cglm-cam.h"
#include "cglm-quat.h"
#include "cglm-euler.h"
#endif /* glm_h */