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

gl_2d_map Struct Reference

2-D Evaluator control points. More...

#include <mtypes.h>


Data Fields

GLuint Uorder
 Number of control points in U dimension. More...

GLuint Vorder
 Number of control points in V dimension. More...

GLfloat u1
GLfloat u2
GLfloat du
GLfloat v1
GLfloat v2
GLfloat dv
GLfloat * Points
 Points to contiguous control points. More...


Detailed Description

2-D Evaluator control points.


Field Documentation

GLfloat gl_2d_map::du
 

GLfloat gl_2d_map::dv
 

GLfloat* gl_2d_map::Points
 

Points to contiguous control points.

GLfloat gl_2d_map::u1
 

GLfloat gl_2d_map::u2
 

GLuint gl_2d_map::Uorder
 

Number of control points in U dimension.

GLfloat gl_2d_map::v1
 

GLfloat gl_2d_map::v2
 

GLuint gl_2d_map::Vorder
 

Number of control points in V dimension.


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