|
CortidQCT
1.2.2.52
|
A basic ray datatype. More...
#include <Ray.h>
Public Attributes | |
| std::array< T, 3 > | origin |
| The origin of the ray in cartesian coordinates (x, y, z) | |
| std::array< T, 3 > | direction |
| The (normalized) direction of the ray (dx, dy,d z) | |
A basic ray datatype.
1.8.11