Lines Matching refs:Org
62 * its origin vertex (Org), the face on its left side (Lface), and the
143 GLUvertex *Org; /* origin vertex (Overtex too long) */
153 #define Dst Sym->Org
177 * global list *before* the existing vertex or face (ie. e->Org or e->Lface).
196 * - if eOrg->Org != eDst->Org, the two vertices are merged together
197 * - if eOrg->Org == eDst->Org, the origin is split into two vertices
198 * In both cases, eDst->Org is changed and eOrg->Org is untouched.
218 * such that eNew == eOrg->Lnext. The new vertex is eOrg->Dst == eNew->Org.
222 * to eDst->Org, and returns the corresponding half-edge eNew.