#include <nurbsGL.h>
Inheritance diagram for PLib::PointGL:
Public Member Functions | |
PointGL (const Point3Df &p3d) | |
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 () |
Protected Attributes | |
Point3Df | p |
int | psize |
void PLib::PointGL::glObject | ( | ) | const [virtual] |