Implement Polyhedron header

This commit is contained in:
2024-04-04 21:37:59 -04:00
parent b2b5fd841d
commit 815e914c7f
4 changed files with 372 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
namespace J3ML::Geometry
{
class Line
{
};
}