Lines Matching defs:rightVerts
182 Int n_right, Real** rightVerts,
191 if(leftVerts[0][1] >= rightVerts[0][1])
201 topMostV = rightVerts[0];
214 pStream->insert(rightVerts[j]);
241 if(leftVerts[i][1] >= rightVerts[j][1])
244 pStream->insert(rightVerts[j]); /*the origin of this fan*/
254 if(leftVerts[k][1] < rightVerts[j][1])
270 else /*leftVerts[i][1] < rightVerts[j][1]*/
280 if(rightVerts[k][1] <= leftVerts[i][1])
287 pStream->insert(rightVerts[l]);
292 topMostV = rightVerts[j-1];