Started working on the matrix library

This commit is contained in:
2024-12-09 17:48:50 -05:00
parent f5ca6832bc
commit ac8c70d5a4
2 changed files with 204 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include <cstdint>
#include <cmath>
#include <type_traits>
template <typename Type>
class V3D{