Added magnitude and normalization

Refactored  `types.h` to `Vectors.h`
This commit is contained in:
trotFunky 2019-10-14 22:36:14 +02:00
parent 5e89dea0cf
commit 11b553ab6e
4 changed files with 34 additions and 6 deletions

View file

@ -18,7 +18,7 @@ add_executable(tests_opengl
src/DataHandling/Texture.h
src/DataHandling/Model3D.cpp
src/DataHandling/Model3D.h
src/types.h
src/Vectors.h
src/KeyStateManager.cpp
src/KeyStateManager.h)