Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dsphere.cpp60 static object_methods sphere_methods = { (void (*)(void *, void *))(sphere_intersect),
92 static void sphere_intersect(sphere *spr, ray *ry) { in sphere_intersect() function
H A Dsphere.hpp66 static void sphere_intersect(sphere *, ray *);