Massive Refactor
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <J3ML/LinearAlgebra/Matrix4x4.h>
|
||||
#include <J3ML/Geometry/LineSegment.h>
|
||||
#include <J3ML/Geometry/TriangleMesh.h>
|
||||
#include <J3ML/Geometry/Shape.h>
|
||||
|
||||
namespace J3ML::Geometry
|
||||
{
|
||||
@@ -12,7 +13,7 @@ namespace J3ML::Geometry
|
||||
using J3ML::LinearAlgebra::Matrix4x4;
|
||||
|
||||
// A mathematical representation of a 3-dimensional sphere
|
||||
class Sphere
|
||||
class Sphere : public Shape
|
||||
{
|
||||
public:
|
||||
Vector3 Position;
|
||||
|
Reference in New Issue
Block a user