- Touched up documentation for Math library

- finished matrix implementation
 - added custom assert implementation
This commit is contained in:
2025-06-22 16:28:49 -04:00
parent 4d8466851c
commit 31e3c26b66
14 changed files with 423 additions and 206 deletions

View File

@@ -62,6 +62,8 @@ add_library(fennec STATIC
include/fennec/lang/detail/__type_traits.h
include/fennec/lang/detail/__type_sequences.h
include/fennec/lang/assert.h source/lang/assert.cpp
# MEMORY ===============================================================================================================
include/fennec/memory/new.h source/memory/new.cpp
@@ -98,8 +100,8 @@ add_library(fennec STATIC
include/fennec/math/detail/__fwd.h
include/fennec/math/detail/__types.h
include/fennec/math/detail/__vector_traits.h
include/fennec/lang/assert.h
source/lang/assert.cpp
source/debug/assert_impl.cpp
)
# add metaprogramming templates as a dependency and also force documentation to be generated when fennec is compiled