Implement Geometric Class Definitions (round 2)

This commit is contained in:
2024-01-26 00:14:28 -05:00
parent 4152b0d2aa
commit 256fe730cd
11 changed files with 139 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include <J3ML/LinearAlgebra/Vector3.h>
namespace Geometry
{
class LineSegment