#include <bspline.h>
Public Methods | |
| BSpline (int n=3) | |
| BSpline Constructor. More... | |
| ~BSpline () | |
| BSpline Destructor. More... | |
| void | Draw (float(*cp)[3], int n) |
| void | Draw (float(*cp)[3], int n, double *val, ColorMap *colormap) |
|
|
BSpline Constructor.
|
|
|
BSpline Destructor.
|
|
||||||||||||||||||||
|
BSpline Drawing function using basic OpenGL calls. It also implements ColorMap support. |
|
||||||||||||
|
BSpline Drawing function using gluNewNurbsRenderer. It is not used as it is inefficient. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001