No description
Find a file
Fries 678b854b74 add a Vector2 class
this is a basic implementation of a Vector2 class (a 2D Vector) with
math operator support by overloading the math operators.
2023-06-22 21:31:19 -07:00
.vscode add an exception program 2023-06-21 17:01:33 -07:00
src add a Vector2 class 2023-06-22 21:31:19 -07:00
.clang-format Initial Commit 2023-06-19 15:36:39 -07:00
.editorconfig Initial Commit 2023-06-19 15:36:39 -07:00
.gitignore Initial Commit 2023-06-19 15:36:39 -07:00
CMakeLists.txt switch to cmake and add c++ modules 2023-06-21 01:24:50 -07:00