Skip to content

תרגיל 3

Compare
Choose a tag to compare
@MeirKlemp MeirKlemp released this 21 Mar 13:50
· 71 commits to main since this release
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.