תרגיל 3
Refactored the calculations of a point in a ray. Created a method in Ray to calculate a point on the ray by a scalar. Refactored the methods findIntersections of Sphere and Plane to use the new method.
Refactored the calculations of a point in a ray. Created a method in Ray to calculate a point on the ray by a scalar. Refactored the methods findIntersections of Sphere and Plane to use the new method.