#include <nurbsGL.h>
Inheritance diagram for PLib::SPointHSurfaceGL:
Public Member Functions | |
SPointHSurfaceGL (int i, int j, HNurbsSurfaceSPf *s, ObjectListGL *sp, int fix) | |
virtual void | glObject () const |
virtual void | modify (const HPoint3Df &v) |
void | updateOthers () |
void | setStartEnd (SPointHSurfaceGL *s, int r, int c=0) |
Protected Attributes | |
HPoint3Df | spoint |
HNurbsSurfaceSPf * | surface |
SPointHSurfaceGL * | start |
ObjectListGL * | spoints |
int | rows |
int | cols |
|
The constructor for a surface 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.
|