Implement more methods

This commit is contained in:
2024-01-30 21:35:55 -05:00
parent 0c20e9bb21
commit 132b8a0a66
7 changed files with 55 additions and 15 deletions

View File

@@ -8,6 +8,7 @@
namespace Geometry
{
using LinearAlgebra::Vector3;
class Ray
{
Vector3 Origin;