Ray Tracer
2020
|
Rays as a starting Point and Direction. More...
#include <Ray.h>
Public Attributes | |
Point | point |
The starting Point for the Ray. More... | |
Direction | direction |
The Direction for the Ray. More... | |
Rays as a starting Point and Direction.
Unsurprisingly, a Ray is a fundamental concept in ray-tracing. A Ray is defined by the Point at which it starts, and the Direction in which it goes.