- Updated Coding Standards and adjusted code to fit.

- Restructured test for organization purposes
This commit is contained in:
2025-06-12 13:03:50 -04:00
parent b7e1b1ff62
commit e50cfb6e64
35 changed files with 384 additions and 163 deletions

View File

@@ -17,8 +17,8 @@
// =====================================================================================================================
#ifndef VECTOR_BASE_H
#define VECTOR_BASE_H
#ifndef FENNEC_MATH_VECTOR_BASE_H
#define FENNEC_MATH_VECTOR_BASE_H
#include <fennec/math/detail/__fwd.h>
@@ -95,4 +95,4 @@ using vector_base_type = typename vector_base_type_helper<ScalarT, SizeV>::Stora
}
#endif //VECTOR_BASE_H
#endif // FENNEC_MATH_VECTOR_BASE_H