Searched refs:rightVerts (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DmonoTriangulation.cc182 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[
181 triangulateXYMonoTB(Int n_left,Real ** leftVerts,Int n_right,Real ** rightVerts,primStream * pStream) argument
[all...]
H A DmonoTriangulation.h135 Int n_right, Real** rightVerts,
H A DsampleMonoPoly.cc108 Real** rightVerts; local in function:triangulateConvexPolyVertical
128 rightVerts = (Real**) malloc(sizeof(Real2*) * n_rightVerts);
129 assert(rightVerts);
133 rightVerts[i] = temp_rightVerts[i];
151 rightVerts[i][0] = tempV->getVertex(j)[0];
152 rightVerts[i][1] = tempV->getVertex(j)[1];
157 triangulateXYMonoTB(n_leftVerts, leftVerts, n_rightVerts, rightVerts, pStream);
159 free(rightVerts);

Completed in 10 milliseconds