container for intersection data (position, normal, and relative position with respect to the ray) More...

Public Member Functions | |
| intersection_data (const v3 &_x, const v3 &_n, const double &_t) | |
| direct constructor | |
Public Attributes | |
| v3 | x |
| position at the intersection | |
| v3 | n |
| normal at the intersection | |
| double | t |
| relative position of the intersection along the ray | |
container for intersection data (position, normal, and relative position with respect to the ray)
| cpe::intersection_data::intersection_data | ( | const v3 & | _x, | |
| const v3 & | _n, | |||
| const double & | _t | |||
| ) | [inline] |
direct constructor
normal at the intersection
| double cpe::intersection_data::t |
relative position of the intersection along the ray
position at the intersection
1.6.3