Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dcamera.cpp61 flt px, py, sx, sy; in camray() local
64 sy = (flt)scene->vres; in camray()
69 px = ((sx / sy) / scene->aspectratio) / scene->camzoom; in camray()
90 projpixel = Raypnt(&ray1, ((y * py / sy) - (py / 2.0))); in camray()