Massive Refactor

This commit is contained in:
2024-03-15 15:31:14 -04:00
parent e8ed68f3c7
commit 9f60f296c6
21 changed files with 379 additions and 127 deletions

View File

@@ -3,7 +3,6 @@
namespace J3ML::Geometry
{
class Shape2D {};
class Triangle2D {
public:
};