#include <nurbsGL.h>
Inheritance diagram for PLib::PointGL:
Public Methods | |
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 |
Definition at line 628 of file nurbsGL.h.
|
Displays a point.
Implements PLib::ObjectGL. Definition at line 645 of file nurbsGL.cpp. |