#include <nurbsGL.h>
Inheritance diagram for PLib::HCPointGL:
Public Methods | |
HCPointGL (HPoint3Df &off, int i, int j, HNurbsSurfaceGL *hs, int mod) | |
~HCPointGL () | |
virtual void | glObject () const |
virtual void | modify (const HPoint3Df &v) |
Protected Attributes | |
HPoint3Df & | offset |
HNurbsSurfaceGL * | s |
int | canModify |
Definition at line 505 of file nurbsGL.h.
|
Displays a control point.
Reimplemented from PLib::CPointGL. Definition at line 559 of file nurbsGL.cpp. |
|
Modifies the offset point.
Reimplemented from PLib::CPointGL. Definition at line 632 of file nurbsGL.cpp. |