#include <mtypes.h>
Data Fields | |
GLuint | Order |
Number of control points. | |
GLfloat | u1 |
GLfloat | u2 |
GLfloat | du |
u1, u2, 1.0/(u2-u1) | |
GLfloat * | Points |
Points to contiguous control points. |
GLuint gl_1d_map::Order |
Number of control points.
GLfloat gl_1d_map::u1 |
GLfloat gl_1d_map::u2 |
GLfloat gl_1d_map::du |
u1, u2, 1.0/(u2-u1)
GLfloat* gl_1d_map::Points |
Points to contiguous control points.