Lines Matching refs:leftMostV
357 REAL leftMostV[2];
361 *leftMostV: the left most of the remaining verteces (on both upper and lower).
363 *i: upperVerts[i] is the first vertex to the right of leftMostV on upper line
364 *j: lowerVerts[j] is the first vertex to the right of leftMostV on lower line
367 /*initialize i,j,and leftMostV
374 leftMostV[0] = upper_val[0];
375 leftMostV[1] = v_upper;
382 leftMostV[0] = lower_val[0];
383 leftMostV[1] = v_lower;
389 *at the beginning of each loop, the meaning of i,j,and leftMostV are
399 coord2f(leftMostV[0], leftMostV[1]);
419 coord2f(leftMostV[0], leftMostV[1]);
434 else /* case3: neither is empty, plus the leftMostV, there is at least one triangle to output*/
465 coord2f(leftMostV[0], leftMostV[1]);
471 /*update i and leftMostV for next loop
475 leftMostV[0] = upper_val[k];
476 leftMostV[1] = v_upper;
487 coord2f(leftMostV[0], leftMostV[1]);
508 /*update j and leftMostV for next loop
511 leftMostV[0] = lower_val[j-1];
512 leftMostV[1] = v_lower;