Searched refs:eDel (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/glu/dist/src/libtess/
H A Dmesh.c201 /* KillEdge( eDel ) destroys an edge (the half-edges eDel and eDel->Sym),
204 static void KillEdge( GLUhalfEdge *eDel ) argument
209 if( eDel->Sym < eDel ) { eDel = eDel->Sym; }
212 eNext = eDel->next;
213 ePrev = eDel
384 __gl_meshDelete(GLUhalfEdge * eDel) argument
[all...]
H A Dmesh.h205 * __gl_meshDelete( eDel ) removes the edge eDel. There are several cases:
206 * if (eDel->Lface != eDel->Rface), we join two loops into one; the loop
207 * eDel->Lface is deleted. Otherwise, we are splitting one loop into two;
208 * the newly created loop will contain eDel->Dst. If the deletion of eDel
249 int __gl_meshDelete( GLUhalfEdge *eDel );

Completed in 3 milliseconds