- 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

@@ -129,6 +129,7 @@ add_library(fennec STATIC
include/fennec/fproc/filesystem/file.h source/fproc/filesystem/file.cpp
include/fennec/fproc/filesystem/path.h source/fproc/filesystem/path.cpp
include/fennec/math/ext/transform.h
include/fennec/math/ext/quaternion.h
)
# add metaprogramming templates as a dependency and also force documentation to be generated when fennec is compiled