- Functions to construct matrices from translations, scaling, and rotations

This commit is contained in:
2025-07-16 03:45:54 -04:00
parent 89f59c75f3
commit f1552b89b1
4 changed files with 208 additions and 6 deletions

View File

@@ -108,14 +108,14 @@ add_library(fennec STATIC
include/fennec/math/trigonometric.h
include/fennec/math/relational.h
include/fennec/math/ext/constants.h
include/fennec/math/detail/__fwd.h
include/fennec/math/detail/__math.h
include/fennec/math/detail/__matrix.h
include/fennec/math/detail/__types.h
include/fennec/math/detail/__vector_traits.h
include/fennec/math/ext/constants.h
# FPROC ================================================================================================================
# Strings
@@ -128,6 +128,7 @@ add_library(fennec STATIC
# Filesystem
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
)
# add metaprogramming templates as a dependency and also force documentation to be generated when fennec is compiled