- Quaternions

- Started Tests for Quaternions
 - Fixed some style issues with constructors
This commit is contained in:
2025-07-16 23:16:54 -04:00
parent f1552b89b1
commit c72d1afe32
17 changed files with 690 additions and 133 deletions

View File

@@ -25,6 +25,8 @@ add_executable(fennec-test main.cpp
tests/test_fproc.h
tests/fproc/test_io.h
printing.h
tests/math/test_ext.h
tests/math/ext/test_quaternion.h
)
target_compile_definitions(fennec-test PUBLIC FENNEC_TEST_CWD="${CMAKE_SOURCE_DIR}/bin/${FENNEC_BUILD_NAME}"