Adding code x2

This commit is contained in:
2023-12-26 21:29:05 -06:00
parent d9bd070fd1
commit f90f1cf40b
25 changed files with 188 additions and 88 deletions

View File

@@ -4,11 +4,8 @@
#include <cstdlib>
#include <algorithm>
#include <functional>
// TODO: Make GLM redundant, and remove it thereafter.
// TODO: SIMD operations for fast math (parallelization!!)
namespace Math
{
const float Pi = M_PI;