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

/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A Dglsurfeval.cc545 REAL botMostV[2];
548 *botMostV: the bot most of the remaining verteces (on both left and right).
550 *i: leftVerts[i] is the first vertex to the top of botMostV on left line
551 *j: rightVerts[j] is the first vertex to the top of botMostV on rightline
554 /*initialize i,j,and botMostV
561 botMostV[0] = u_left;
562 botMostV[1] = left_val[0];
569 botMostV[0] = u_right;
570 botMostV[1] = right_val[0];
575 *at the beginning of each loop, the meaning of i,j,and botMostV ar
[all...]
H A Dinsurfeval.cc1358 REAL botMostV[2]; local in function:OpenGLSurfaceEvaluator::inEvalVStrip
1380 *botMostV: the bot most of the remaining verteces (on both left and right).
1382 *i: leftVerts[i] is the first vertex to the top of botMostV on left line
1383 *j: rightVerts[j] is the first vertex to the top of botMostV on rightline */
1385 /*initialize i,j,and botMostV
1392 botMostV[0] = u_left;
1393 botMostV[1] = left_val[0];
1402 botMostV[0] = u_right;
1403 botMostV[1] = right_val[0];
1411 *at the beginning of each loop, the meaning of i,j,and botMostV ar
[all...]

Completed in 4 milliseconds