Searched refs:RAYPNT (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | bndbox.cpp | 195 RAYPNT(newray.s, (*ry), tnear); in bndbox_intersect() 196 RAYPNT(newray.e, (*ry), (tfar + EPSILON)); in bndbox_intersect()
|
| H A D | macros.hpp | 58 #define RAYPNT(c, a, b) \ macro
|
| H A D | cylinder.cpp | 234 RAYPNT(hit, (*ry), tin); in fcylinder_intersect() 250 RAYPNT(hit, (*ry), tout); in fcylinder_intersect()
|
| H A D | shade.cpp | 92 RAYPNT(hit, (*incident), t) /* find the point of intersection from t */ in shader()
|