Home
last modified time | relevance | path

Searched refs:VSub (Results 1 – 9 of 9) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtriangle.cpp74 VSub(&v1, &v0, &edge1); in newtri()
75 VSub(&v2, &v0, &edge2); in newtri()
76 VSub(&v2, &v1, &edge3); in newtri()
101 VSub(&v1, &v0, &edge1); in newstri()
102 VSub(&v2, &v0, &edge2); in newstri()
103 VSub(&v2, &v1, &edge3); in newstri()
H A Dvector.hpp57 void VSub(vector *, vector *, vector *);
H A Dcamera.cpp98 VSub(&projpixel, &scene->camcent, &newray.d); in camray()
H A Dlight.cpp112 VSub((vector *)pnt, &(l->ctr), N); in light_normal()
H A Dsphere.cpp117 VSub((vector *)pnt, &(spr->ctr), N); in sphere_normal()
H A Dcylinder.cpp138 VSub((vector *)pnt, &(cyl->ctr), &a); in cylinder_normal()
150 VSub(pnt, &b, N); in cylinder_normal()
H A Dvector.cpp85 void VSub(vector *a, vector *b, vector *c) { in VSub() function
H A Dbox.cpp170 VSub((vector *)pnt, &c, N); in box_normal()
H A Dgrid.cpp92 VSub(&g->max, &g->min, &g->voxsize); in newgrid()
347 VSub(&gmax, &gmin, &gsize); in engrid_cell()