#include <mtypes.h>
Data Fields | |
| GLuint | Uorder |
| Number of control points in U dimension. | |
| GLuint | Vorder |
| Number of control points in V dimension. | |
| GLfloat | u1 |
| GLfloat | u2 |
| GLfloat | du |
| GLfloat | v1 |
| GLfloat | v2 |
| GLfloat | dv |
| GLfloat * | Points |
| Points to contiguous control points. | |
| GLuint gl_2d_map::Uorder |
Number of control points in U dimension.
| GLuint gl_2d_map::Vorder |
Number of control points in V dimension.
| GLfloat gl_2d_map::u1 |
| GLfloat gl_2d_map::u2 |
| GLfloat gl_2d_map::du |
| GLfloat gl_2d_map::v1 |
| GLfloat gl_2d_map::v2 |
| GLfloat gl_2d_map::dv |
| GLfloat* gl_2d_map::Points |
Points to contiguous control points.
1.5.4