Searched refs:plane (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | plane.cpp | 66 plane *p; in newplane() 68 p = (plane *)rt_getmem(sizeof(plane)); in newplane() 69 memset(p, 0, sizeof(plane)); in newplane() 84 static void plane_intersect(plane *pln, ray *ry) { in plane_intersect() 96 static void plane_normal(plane *pln, vector *pnt, ray *incident, vector *N) { in plane_normal()
|
| H A D | plane.hpp | 62 } plane; typedef 64 static void plane_intersect(plane *, ray *); 66 static void plane_normal(plane *, vector *, ray *incident, vector *);
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | CMakeLists.txt | 46 src/plane.cpp
|