Implement Geometric Class Definitions
This commit is contained in:
@@ -2,7 +2,15 @@
|
||||
// Created by dawsh on 1/25/24.
|
||||
//
|
||||
|
||||
#ifndef J3ML_RAY_H
|
||||
#define J3ML_RAY_H
|
||||
#pragma once
|
||||
|
||||
#endif //J3ML_RAY_H
|
||||
#include <J3ML/LinearAlgebra/Vector3.h>
|
||||
|
||||
namespace Geometry
|
||||
{
|
||||
class Ray
|
||||
{
|
||||
Vector3 Origin;
|
||||
Vector3 Direction;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user