Add simple Vec3 header file
This commit is contained in:
parent
311a93cdd6
commit
24d7efc977
15 changed files with 321 additions and 137 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue