Template Struct intersect_ray_tri_w_ret_t¶ Defined in File intersect_defs.hpp Struct Documentation¶ template<std::size_t W>struct intersect_ray_tri_w_ret_t¶ Public Members length_w_t<W> result¶ Distance to intersection, or -inf if no intersection. f_w_t<W> baryx¶ Barycentrics. Only valid for elements where there is an intersection (result[i]>=0). f_w_t<W> baryy¶