Home
last modified time | relevance | path

Searched refs:BBox3vf (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/embree/embree-3.13.2/kernels/bvh/
H A Dbvh_refit.cpp110 BBox3vf<N> boundsT = transpose<N>(bounds); in refit_toplevel()
156 BBox3vf<N> boundsT = transpose<N>(bounds); in recurse_bottom()
H A Dbvh_node_obb_mb.h88 BBox3vf<N> b1;
H A Dnode_intersector1.h973 const BBox3vf<N> bounds(lower,upper);
/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Ddefault.h211 template<int N> using BBox3vf = BBox<Vec3vf<N>>; variable