#include <nurbsGL.hh>
Inheritance diagram for PLib::NurbsCpolygonGL::
Public Methods | |
NurbsCpolygonGL (NurbsCurvef &c) | |
void | glObject () const |
Protected Attributes | |
NurbsCurvef & | curve |
|
draws the polygon joining the control points.
This function calls between a glBegin/glEnd the proper functions to represent the polygon joining all the control points of the NURBS curve.
Reimplemented from PLib::ObjectGL. |