added handed folder and also made rh tests for the euler->quat functions. Still deciding on what to name the macro for lefthanded stuff

This commit is contained in:
John Choi
2023-12-24 23:58:29 -06:00
parent 42b5e834d1
commit 39c0c1e784
6 changed files with 786 additions and 647 deletions

View File

@@ -39,6 +39,7 @@
#include "test_cam_lh_zo.h"
#include "test_cam_rh_no.h"
#include "test_cam_rh_zo.h"
#include "test_euler_to_quat_rh.h"
#undef GLM
#undef GLM_PREFIX
@@ -76,6 +77,7 @@
#include "test_cam_lh_zo.h"
#include "test_cam_rh_no.h"
#include "test_cam_rh_zo.h"
#include "test_euler_to_quat_rh.h"
#undef GLM
#undef GLM_PREFIX