ug4
|
#include <ntree_traverser.h>
Public Member Functions | |
RayElemIntersectionRecord () | |
RayElemIntersectionRecord (number _smin, number _smax, TElem _elem) | |
Public Attributes | |
TElem | elem |
the element that was intersected More... | |
number | smax |
relative coordinate where the ray leaves the element. May be equal to smin. More... | |
number | smin |
relative coordinate where the ray enters the element More... | |
|
inline |
|
inline |
TElem ug::RayElemIntersectionRecord< TElem >::elem |
the element that was intersected
Referenced by ug::OverlyingSubsetFinder< TDomain >::findOverlyingSubset().
number ug::RayElemIntersectionRecord< TElem >::smax |
relative coordinate where the ray leaves the element. May be equal to smin.
number ug::RayElemIntersectionRecord< TElem >::smin |
relative coordinate where the ray enters the element
Referenced by ug::OverlyingSubsetFinder< TDomain >::findOverlyingSubset(), ug::ZRayTracer< TDomain >::get_min_at(), and ug::DomainRayTracer::trace_ray().