core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

gl_1d_map Struct Reference

1-D Evaluator control points. More...

#include <mtypes.h>


Data Fields

GLuint Order
 Number of control points. More...

GLfloat u1
GLfloat u2
GLfloat du
 u1, u2, 1.0/(u2-u1). More...

GLfloat * Points
 Points to contiguous control points. More...


Detailed Description

1-D Evaluator control points.


Field Documentation

GLfloat gl_1d_map::du
 

u1, u2, 1.0/(u2-u1).

GLuint gl_1d_map::Order
 

Number of control points.

GLfloat* gl_1d_map::Points
 

Points to contiguous control points.

GLfloat gl_1d_map::u1
 

GLfloat gl_1d_map::u2
 


The documentation for this struct was generated from the following file:
Generated on Sun May 16 15:55:13 2004 for Mesa Core by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001