|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "gluos.h"
#include "gluint.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <GL/gl.h>
#include <GL/glu.h>
Go to the source code of this file.
Data Structures |
| struct | GLUquadric |
Defines |
| #define | GLU_ERROR 100103 |
| #define | CACHE_SIZE 240 |
| #define | PI 3.14159265358979323846 |
Functions |
| GLUquadric *GLAPIENTRY | gluNewQuadric (void) |
| void GLAPIENTRY | gluDeleteQuadric (GLUquadric *state) |
| static void | gluQuadricError (GLUquadric *qobj, GLenum which) |
| void GLAPIENTRY | gluQuadricCallback (GLUquadric *qobj, GLenum which, _GLUfuncptr fn) |
| void GLAPIENTRY | gluQuadricNormals (GLUquadric *qobj, GLenum normals) |
| void GLAPIENTRY | gluQuadricTexture (GLUquadric *qobj, GLboolean textureCoords) |
| void GLAPIENTRY | gluQuadricOrientation (GLUquadric *qobj, GLenum orientation) |
| void GLAPIENTRY | gluQuadricDrawStyle (GLUquadric *qobj, GLenum drawStyle) |
| void GLAPIENTRY | gluCylinder (GLUquadric *qobj, GLdouble baseRadius, GLdouble topRadius, GLdouble height, GLint slices, GLint stacks) |
| void GLAPIENTRY | gluDisk (GLUquadric *qobj, GLdouble innerRadius, GLdouble outerRadius, GLint slices, GLint loops) |
| void GLAPIENTRY | gluPartialDisk (GLUquadric *qobj, GLdouble innerRadius, GLdouble outerRadius, GLint slices, GLint loops, GLdouble startAngle, GLdouble sweepAngle) |
| void GLAPIENTRY | gluSphere (GLUquadric *qobj, GLdouble radius, GLint slices, GLint stacks) |
Generated on Fri May 25 2012 05:08:05 for ReactOS by
1.7.6.1
|