Implement Geometric Types

This commit is contained in:
2024-01-25 14:01:19 -05:00
parent d012af1214
commit 5cd5a44963
20 changed files with 234 additions and 40 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
namespace Geometry
{
class Sphere
{
};
}