Home
last modified time | relevance | path

Searched refs:nextface (Results 1 – 10 of 10) sorted by relevance

/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DHistory.cpp251 int face, dir, thisface, nextface, temp; in compress() local
321 nextface = PolygonManager4D::faceOfGrip(node->next->stickerid); in compress()
322 if (nextface < thisface && in compress()
323 nextface == polymgr->oppositeFace(thisface)) in compress()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/faces/
H A Dfaces.h50 Face* nextface(void);
H A Dplumb.c197 nextface(void) in nextface() function
H A Dmain.c487 addface(nextface()); in faceproc()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/base/
H A Dsmoothcontour3.asy1332 nextface = YHIGH;
1334 nextface = YLOW;
1336 nextface = ZHIGH;
1338 nextface = ZLOW;
1342 nextface = YHIGH;
1344 nextface = YLOW;
1346 nextface = ZHIGH;
1348 nextface = ZLOW;
1352 nextface = ZHIGH;
1355 nextface = YLOW;
[all …]
/dports/math/asymptote/asymptote-2.67/base/
H A Dsmoothcontour3.asy1333 nextface = YHIGH;
1335 nextface = YLOW;
1337 nextface = ZHIGH;
1339 nextface = ZLOW;
1343 nextface = YHIGH;
1345 nextface = YLOW;
1347 nextface = ZHIGH;
1349 nextface = ZLOW;
1353 nextface = ZHIGH;
1356 nextface = YLOW;
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dquickhull.c1069 qh_face_t* nextface; in qh__build_tetrahedron() local
1076 nextface = faces+j+1; in qh__build_tetrahedron()
1079 e2 = context->edges + nextface->edges[2]; in qh__build_tetrahedron()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DEditorBrush.cpp980 face_t *f, *face, *newface, *lastface, *nextface; in Brush_MoveVertex() local
1268 for (face = b->brush_faces; face; face = nextface) { in Brush_MoveVertex()
1269 nextface = face->next; in Brush_MoveVertex()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/gtkgensurf/
H A Dtriangle.c535 struct badface *nextface; /* Pointer to next bad triangle. */ member
5283 newface->nextface = (struct badface *) NULL;
5297 queuetail[queuenumber] = &newface->nextface;
5320 queuefront[queuenumber] = result->nextface; in dequeuebadtri()
/dports/games/netradiant/netradiant-20150621-src/contrib/gtkgensurf/
H A Dtriangle.c535 struct badface *nextface; /* Pointer to next bad triangle. */ member
5311 newface->nextface = (struct badface *) NULL;
5326 queuetail[queuenumber] = &newface->nextface;
5348 queuefront[queuenumber] = result->nextface; in dequeuebadtri()