Add simple Vec3 header file

This commit is contained in:
Alex Selimov 2025-04-15 17:48:33 -04:00
parent 311a93cdd6
commit 24d7efc977
15 changed files with 321 additions and 137 deletions

5
.gitignore vendored
View file

@ -1,5 +1,7 @@
# Builds
build/
Debug/
Testing/
# Google Tests
tests/lib/
@ -7,3 +9,6 @@ tests/lib/
# Jet Brains
.idea/
cmake-build-debug/
# Cache dir
.cache