Lines Matching refs:Lnext
94 e->Lnext = eSym;
102 eSym->Lnext = e;
122 aOnext->Sym->Lnext = b;
123 bOnext->Sym->Lnext = a;
197 e = e->Lnext;
257 e = e->Lnext;
323 * If eDst == eOrg->Lnext, the new face will have a single edge.
443 * eNew == eOrg->Lnext, and eNew->Dst is a newly created vertex.
455 Splice( eNew, eOrg->Lnext );
472 * such that eNew == eOrg->Lnext. The new vertex is eOrg->Dst == eNew->Org.
505 * If (eOrg->Lnext == eDst), the old face is reduced to a single edge.
506 * If (eOrg->Lnext->Lnext == eDst), the old face is reduced to two edges.
524 Splice( eNew, eOrg->Lnext );
562 eNext = eStart->Lnext;
565 eNext = e->Lnext;
633 e->Lnext = NULL;
642 eSym->Lnext = NULL;
758 assert( e->Lnext->Onext->Sym == e );
759 assert( e->Onext->Sym->Lnext == e );
761 e = e->Lnext;
773 assert( e->Lnext->Onext->Sym == e );
774 assert( e->Onext->Sym->Lnext == e );
788 assert( e->Lnext->Onext->Sym == e );
789 assert( e->Onext->Sym->Lnext == e );