Lines Matching defs:botMostV
1358 REAL botMostV[2];
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 are
1452 else /* case3: neither is empty, plus the botMostV, there is at least one triangle to output*/
1487 /*update i and botMostV for next loop
1491 botMostV[0] = u_left;
1492 botMostV[1] = left_val[k];
1521 /*update j and botMostV for next loop
1524 botMostV[0] = u_right;
1525 botMostV[1] = right_val[j-1];