ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

mesh.c File Reference
#include "gluos.h"
#include <stddef.h>
#include <assert.h>
#include "mesh.h"
#include "memalloc.h"

Go to the source code of this file.

Data Structures

struct  EdgePair

Defines

#define TRUE   1
#define FALSE   0

Functions

static GLUvertexallocVertex ()
static GLUfaceallocFace ()
static GLUhalfEdgeMakeEdge (GLUhalfEdge *eNext)
static void Splice (GLUhalfEdge *a, GLUhalfEdge *b)
static void MakeVertex (GLUvertex *newVertex, GLUhalfEdge *eOrig, GLUvertex *vNext)
static void MakeFace (GLUface *newFace, GLUhalfEdge *eOrig, GLUface *fNext)
static void KillEdge (GLUhalfEdge *eDel)
static void KillVertex (GLUvertex *vDel, GLUvertex *newOrg)
static void KillFace (GLUface *fDel, GLUface *newLface)
GLUhalfEdge__gl_meshMakeEdge (GLUmesh *mesh)
int __gl_meshSplice (GLUhalfEdge *eOrg, GLUhalfEdge *eDst)
int __gl_meshDelete (GLUhalfEdge *eDel)
GLUhalfEdge__gl_meshAddEdgeVertex (GLUhalfEdge *eOrg)
GLUhalfEdge__gl_meshSplitEdge (GLUhalfEdge *eOrg)
GLUhalfEdge__gl_meshConnect (GLUhalfEdge *eOrg, GLUhalfEdge *eDst)
void __gl_meshZapFace (GLUface *fZap)
GLUmesh__gl_meshNewMesh (void)
GLUmesh__gl_meshUnion (GLUmesh *mesh1, GLUmesh *mesh2)
void __gl_meshDeleteMesh (GLUmesh *mesh)
void __gl_meshCheckMesh (GLUmesh *mesh)

Generated on Sat May 26 2012 05:02:58 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.