Lines Matching defs:leftMostV
1169 REAL leftMostV[2];
1191 *leftMostV: the left most of the remaining verteces (on both upper and lower).
1193 *i: upperVerts[i] is the first vertex to the right of leftMostV on upper line *j: lowerVerts[j] is the first vertex to the right of leftMostV on lower line */
1195 /*initialize i,j,and leftMostV
1202 leftMostV[0] = upper_val[0];
1203 leftMostV[1] = v_upper;
1212 leftMostV[0] = lower_val[0];
1213 leftMostV[1] = v_lower;
1221 *at the beginning of each loop, the meaning of i,j,and leftMostV are
1262 else /* case3: neither is empty, plus the leftMostV, there is at least one triangle to output*/
1297 /*update i and leftMostV for next loop
1301 leftMostV[0] = upper_val[k];
1302 leftMostV[1] = v_upper;
1331 /*update j and leftMostV for next loop
1334 leftMostV[0] = lower_val[j-1];
1335 leftMostV[1] = v_lower;