added Vec4

This commit is contained in:
2024-05-07 02:12:16 +03:00
parent 4c1c0b7d9b
commit 456aa1a368
4 changed files with 168 additions and 3 deletions

View File

@@ -3,4 +3,5 @@ target_sources(uml PRIVATE
matrix.cpp
angles.cpp
ProjectilePredictor.cpp
color.cpp)
color.cpp
Vector4.cpp)