Lines Matching refs:eOrig
128 /* MakeVertex( newVertex, eOrig, vNext ) attaches a new vertex and makes it the
129 * origin of all edges in the vertex loop to which eOrig belongs. "vNext" gives
135 GLUhalfEdge *eOrig, GLUvertex *vNext )
150 vNew->anEdge = eOrig;
155 e = eOrig;
159 } while( e != eOrig );
162 /* MakeFace( newFace, eOrig, fNext ) attaches a new face and makes it the left
163 * face of all edges in the face loop to which eOrig belongs. "fNext" gives
168 static void MakeFace( GLUface *newFace, GLUhalfEdge *eOrig, GLUface *fNext )
183 fNew->anEdge = eOrig;
194 e = eOrig;
198 } while( e != eOrig );