Searched refs:tb_project_to_sphere (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/util/
H A Dtrackball.c71 static float tb_project_to_sphere(float, float, float);
182 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y));
183 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y));
223 tb_project_to_sphere(float r, float x, float y) function in typeref:typename:float

Completed in 3 milliseconds