#include <nurbsGL.h>
Inheritance diagram for PLib::SPointCurveGL:
Public Member Functions | |
SPointCurveGL (int i, NurbsCurveSPf *c, int fix) | |
virtual void | glObject () const |
virtual void | modify (const HPoint3Df &v) |
void | updateOthers () |
void | setStartEnd (SPointCurveGL *s, int r) |
Protected Attributes | |
HPoint3Df | spoint |
NurbsCurveSPf * | curve |
SPointCurveGL * | start |
int | rows |
|
The constructor for a curve point object.
|
|
Displays a control point. Displays a control point on the surface of a NURBS curve or a NURBS surface.
Reimplemented from PLib::CPointGL. |
|
Modifies the surface point.
Reimplemented from PLib::CPointGL. |
|
Updates the other control points.
|