![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGLObject.h>
Inheritance diagram for FX::FXGLPoint:

Public Member Functions | |
| FXGLPoint () | |
| FXGLPoint (const FXGLPoint &orig) | |
| FXGLPoint (FXfloat x, FXfloat y, FXfloat z) | |
| virtual FXGLObject * | copy () |
| virtual void | bounds (FXRangef &box) |
| virtual void | draw (FXGLViewer *viewer) |
| virtual void | hit (FXGLViewer *viewer) |
| virtual void | save (FXStream &store) const |
| virtual void | load (FXStream &store) |
Public Attributes | |
| FXVec3f | pos |
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
||||||||||||||||
|
Construct with specified coordinates.
|
|
|
Copy this object.
Reimplemented from FX::FXGLObject. |
|
|
Called by the viewer to get bounds for this object.
Reimplemented from FX::FXGLObject. |
|
|
Draw this object in a viewer.
Reimplemented from FX::FXGLObject. |
|
|
Draw this object for hit-testing purposes.
Reimplemented from FX::FXGLObject. |
|
|
Save to a stream.
Reimplemented from FX::FXObject. |
|
|
Load from a stream.
Reimplemented from FX::FXObject. |
|
|
|
|
|