added Vec4

This commit is contained in:
2024-05-07 02:12:16 +03:00
parent be9a9993ff
commit 25c7c29c0b
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)