Implement Geometric Types
This commit is contained in:
9
include/J3ML/Geometry/Sphere.h
Normal file
9
include/J3ML/Geometry/Sphere.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
namespace Geometry
|
||||
{
|
||||
class Sphere
|
||||
{
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user