Searched refs:sphere (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | sphere.cpp | 66 sphere *s; in newsphere() 68 s = (sphere *)rt_getmem(sizeof(sphere)); in newsphere() 69 memset(s, 0, sizeof(sphere)); in newsphere() 80 sphere *s = (sphere *)obj; in sphere_bbox() 92 static void sphere_intersect(sphere *spr, ray *ry) { in sphere_intersect() 116 static void sphere_normal(sphere *spr, vector *pnt, ray *incident, vector *N) { in sphere_normal()
|
| H A D | sphere.hpp | 63 } sphere; typedef 66 static void sphere_intersect(sphere *, ray *); 67 static void sphere_normal(sphere *, vector *, ray *, vector *);
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | CMakeLists.txt | 52 src/sphere.cpp
|