#include <nurbsGL.h>
Inheritance diagram for PLib::KnotGL:
Public Member Functions | |
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 |
|
Displays a knot.
Implements PLib::ObjectGL. |