Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dcamera.cpp59 vector projcent; in camray() local
74 projcent.x = scene->camcent.x + scene->camviewvec.x; in camray()
75 projcent.y = scene->camcent.y + scene->camviewvec.y; in camray()
76 projcent.z = scene->camcent.z + scene->camviewvec.z; in camray()
81 ray1.o = projcent; in camray()