Home
last modified time | relevance | path

Searched refs:plane (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dplane.cpp66 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 Dplane.hpp62 } 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 DCMakeLists.txt46 src/plane.cpp