bunch of fixes to the grid33 version

This commit is contained in:
Yggdrasil75
2026-01-13 07:51:03 -05:00
parent 5d614e6737
commit 3a183e0f92
5 changed files with 206 additions and 16 deletions

View File

@@ -6,6 +6,7 @@
#include <string>
#include <ostream>
#include <cstdint>
#include "vec2.hpp"
template<typename T>
class Vec3 {