- Added unit tests and debugged them

This commit is contained in:
2025-06-25 20:55:57 -04:00
parent 31e3c26b66
commit d8954eafe5
27 changed files with 812 additions and 166 deletions

View File

@@ -32,9 +32,6 @@
#ifndef FENNEC_MATH_GEOMETRIC_H
#define FENNEC_MATH_GEOMETRIC_H
#include <fennec/math/vector.h>
#include <fennec/math/exponential.h>
///
///
@@ -111,6 +108,9 @@
///
///
#include <fennec/math/vector.h>
#include <fennec/math/exponential.h>
namespace fennec
{