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

normal.c File Reference
#include "gluos.h"
#include "mesh.h"
#include "tess.h"
#include "normal.h"
#include <math.h>
#include <assert.h>

Go to the source code of this file.

Defines

#define TRUE   1
#define FALSE   0
#define Dot(u, v)   (u[0]*v[0] + u[1]*v[1] + u[2]*v[2])
#define ABS(x)   ((x) < 0 ? -(x) : (x))
#define S_UNIT_X   1.0
#define S_UNIT_Y   0.0

Functions

static int LongAxis (GLdouble v[3])
static void ComputeNormal (GLUtesselator *tess, GLdouble norm[3])
static void CheckOrientation (GLUtesselator *tess)
void __gl_projectPolygon (GLUtesselator *tess)

Generated on Sat May 26 2012 05:08:30 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.