Searched refs:Raypnt (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | camera.cpp | 83 projpixel = Raypnt(&ray1, ((x * px / sx) - (px / 2.0))); in camray() 90 projpixel = Raypnt(&ray1, ((y * py / sy) - (py / 2.0))); in camray()
|
| H A D | vector.hpp | 59 vector Raypnt(ray *, flt);
|
| H A D | shade.cpp | 198 specray.o = Raypnt(&specray, EPSILON); /* avoid numerical precision bugs */ in shade_reflection() 221 transray.o = Raypnt(&transray, EPSILON); /* avoid numerical precision bugs */ in shade_transmission()
|
| H A D | ring.cpp | 106 hit = Raypnt(ry, t); in ring_intersect()
|
| H A D | grid.cpp | 486 curpos = Raypnt(ry, tnear); in grid_intersect() 554 nXp = Raypnt(ry, tmax.x); in grid_intersect() 555 nYp = Raypnt(ry, tmax.y); in grid_intersect() 556 nZp = Raypnt(ry, tmax.z); in grid_intersect()
|
| H A D | vector.cpp | 97 vector Raypnt(ray *a, flt t) { in Raypnt() function
|