Home
last modified time | relevance | path

Searched refs:bndbox_intersect (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dbndbox.hpp68 static void bndbox_intersect(bndbox *, ray *);
H A Dbndbox.cpp60 static object_methods bndbox_methods = { (void (*)(void *, void *))(bndbox_intersect),
97 static void bndbox_intersect(bndbox *bx, ray *ry) { in bndbox_intersect() function