// // Created by dawsh on 1/25/24. // #pragma once #include namespace Geometry { class Ray { Vector3 Origin; Vector3 Direction; }; }