OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Onext
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/glu/dist/src/libtess/
mesh.c
93
e->
Onext
= e;
101
eSym->
Onext
= eSym;
113
* a->
Onext
and b->
Onext
are exchanged. This can have various effects
119
GLUhalfEdge *aOnext = a->
Onext
;
120
GLUhalfEdge *bOnext = b->
Onext
;
124
a->
Onext
= bOnext;
125
b->
Onext
= aOnext;
158
e = e->
Onext
;
233
e = e->
Onext
;
[
all
...]
mesh.h
64
* (
Onext
) and around the left face (Lnext). There is also a "next"
69
*
Onext
= edge CCW around origin vertex (keep same origin)
141
GLUhalfEdge *
Onext
; /* next edge CCW around origin */
156
#define Lprev
Onext
->Sym
158
#define Rprev Sym->
Onext
191
* eOrg->
Onext
<- OLD( eDst->
Onext
)
192
* eDst->
Onext
<- OLD( eOrg->
Onext
)
sweep.c
327
/* Relink edges so that ePrev->
Onext
== e */
328
if( ePrev->
Onext
!= e ) {
363
e = e->
Onext
;
380
if( e->
Onext
!= ePrev ) {
717
AddRightEdges( tess, regUp, eLo->
Onext
, eUp->Rprev, e, TRUE );
890
GLUhalfEdge *eTopLeft = eBottomLeft->
Onext
;
917
AddRightEdges( tess, regUp, eBottomLeft->
Onext
, eTopLeft, eTopLeft, TRUE );
935
AddRightEdges( tess, regUp, eNew, eNew->
Onext
, eNew->
Onext
, FALSE );
975
if ( !__gl_meshDelete( e->
Onext
) ) longjmp(tess->env,1)
[
all
...]
render.c
168
for( e = eOrig; ! Marked( e->Lface ); e = e->
Onext
) {
202
for( e = eOrig; ! Marked( e->Lface ); ++tailSize, e = e->
Onext
) {
230
newFace.eStart = eHead->
Onext
;
296
e = e->
Onext
;
324
e = e->
Onext
;
Completed in 7 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026