Lines Matching refs:botMostV
545 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 are
585 coord2f(botMostV[0], botMostV[1]);
602 coord2f(botMostV[0], botMostV[1]);
617 else /* case3: neither is empty, plus the botMostV, there is at least one triangle to output*/
648 coord2f(botMostV[0], botMostV[1]);
654 /*update i and botMostV for next loop
658 botMostV[0] = u_left;
659 botMostV[1] = left_val[k];
670 coord2f(botMostV[0], botMostV[1]);
691 /*update j and botMostV for next loop
694 botMostV[0] = u_right;
695 botMostV[1] = right_val[j-1];