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

/xsrc/external/mit/mesa-demos/dist/src/util/
H A Dtrackball.h55 trackball(float q[4], float p1x, float p1y, float p2x, float p2y);
H A Dtrackball.c164 trackball(float q[4], float p1x, float p1y, float p2x, float p2y) argument
171 if (p1x == p2x && p1y == p2y) {
183 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y));

Completed in 4 milliseconds