Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dcamera.cpp60 vector projpixel; in camray() local
83 projpixel = Raypnt(&ray1, ((x * px / sx) - (px / 2.0))); in camray()
88 ray1.o = projpixel; in camray()
90 projpixel = Raypnt(&ray1, ((y * py / sy) - (py / 2.0))); in camray()
98 VSub(&projpixel, &scene->camcent, &newray.d); in camray()