ReactOS 0.4.15-dev-7842-g558ab78
glcurveval.h File Reference
#include "gluos.h"
#include <GL/gl.h>
#include <GL/glu.h>
#include "basiccrveval.h"
Include dependency graph for glcurveval.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  curveEvalMachine
 
class  OpenGLCurveEvaluator
 

Macros

#define IN_MAX_BEZIER_ORDER   40 /*XXX should be bigger than machine order*/
 
#define IN_MAX_DIMENSION   4
 

Typedefs

typedef struct curveEvalMachine curveEvalMachine
 

Macro Definition Documentation

◆ IN_MAX_BEZIER_ORDER

#define IN_MAX_BEZIER_ORDER   40 /*XXX should be bigger than machine order*/

Definition at line 48 of file glcurveval.h.

◆ IN_MAX_DIMENSION

#define IN_MAX_DIMENSION   4

Definition at line 52 of file glcurveval.h.

Typedef Documentation

◆ curveEvalMachine