Kstars
11 typedef struct GLUmesh GLUmesh;
13 typedef struct GLUvertex GLUvertex;
14 typedef struct GLUface GLUface;
15 typedef struct GLUhalfEdge GLUhalfEdge;
17 typedef struct ActiveRegion ActiveRegion;
121 ActiveRegion *activeRegion;
126 #define Rface Sym->Lface
129 #define Oprev Sym->Lnext
130 #define Lprev Onext->Sym
131 #define Dprev Lnext->Sym
132 #define Rprev Sym->Onext
133 #define Dnext Rprev->Sym
134 #define Rnext Oprev->Sym
141 GLUhalfEdge eHeadSym;
221 GLUhalfEdge *__gl_meshMakeEdge(GLUmesh *mesh);
222 int __gl_meshSplice(GLUhalfEdge *eOrg, GLUhalfEdge *eDst);
223 int __gl_meshDelete(GLUhalfEdge *eDel);
225 GLUhalfEdge *__gl_meshAddEdgeVertex(GLUhalfEdge *eOrg);
226 GLUhalfEdge *__gl_meshSplitEdge(GLUhalfEdge *eOrg);
227 GLUhalfEdge *__gl_meshConnect(GLUhalfEdge *eOrg, GLUhalfEdge *eDst);
229 GLUmesh *__gl_meshNewMesh(
void);
230 GLUmesh *__gl_meshUnion(GLUmesh *mesh1, GLUmesh *mesh2);
231 void __gl_meshDeleteMesh(GLUmesh *mesh);
232 void __gl_meshZapFace(GLUface *fZap);
235 #define __gl_meshCheckMesh(mesh)
237 void __gl_meshCheckMesh(GLUmesh *mesh);
const QList< QKeySequence > & next()
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 04:00:01 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.