Home
last modified time | relevance | path

Searched defs:QuadMvIntersectorKMoeller (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dquadv_intersector.h43 struct QuadMvIntersectorKMoeller struct
45 typedef QuadMv<M> Primitive;
46 typedef QuadMIntersectorKMoellerTrumbore<M,K,filter> Precalculations;
49 …& valid_i, Precalculations& pre, RayHitK<K>& ray, IntersectContext* context, const QuadMv<M>& quad) in intersect()
64 …<K>& valid_i, Precalculations& pre, RayK<K>& ray, IntersectContext* context, const QuadMv<M>& quad) in occluded()
83 …(Precalculations& pre, RayHitK<K>& ray, size_t k, IntersectContext* context, const QuadMv<M>& quad) in intersect()
90 …ded(Precalculations& pre, RayK<K>& ray, size_t k, IntersectContext* context, const QuadMv<M>& quad) in occluded()