#include <nurbsGL.h>
Inheritance diagram for PLib::KnotGL:
Public Methods | |
KnotGL (const Point3Df &p3d, int kU, int kV) | |
void | glObject () const |
void | modify (const Point3Df &v) |
void | set (const Point3Df &v) |
void | setPsize (int s) |
float | x () const |
float | y () const |
float | z () const |
const Point3Df & | point () const |
ObjectGL * | copy () |
int | knotU () |
int | knotV () |
Protected Attributes | |
Point3Df | p |
int | ku |
int | kv |
int | psize |
Definition at line 657 of file nurbsGL.h.
|
Displays a knot.
Implements PLib::ObjectGL. Definition at line 661 of file nurbsGL.cpp. |