Go to the source code of this file.
Classes | |
struct | MR::RayOrigin< T > |
Namespaces | |
namespace | MR |
Functions | |
template<typename T > | |
bool | MR::rayBoxIntersect (const Box3< T > &box, const RayOrigin< T > &rayOrigin, T &t0, T &t1, const IntersectionPrecomputes< T > &prec) |
template<typename T = float> | |
bool | MR::rayBoxIntersect (const Box3< T > &box, const Line3< T > &line, T t0, T t1) |