#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 |
|
|
Displays a point.
Implements PLib::ObjectGL. |
1.3.4