![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGLObject.h>
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 |
OpenGL Point Object.
Default constructor.
| FX::FXGLPoint::FXGLPoint | ( | const FXGLPoint & | orig | ) |
Copy constructor.
| FX::FXGLPoint::FXGLPoint | ( | FXfloat | x, |
| FXfloat | y, | ||
| FXfloat | z | ||
| ) |
Construct with specified coordinates.
| virtual FXGLObject* FX::FXGLPoint::copy | ( | ) | [virtual] |
Copy this object.
Reimplemented from FX::FXGLObject.
| virtual void FX::FXGLPoint::bounds | ( | FXRangef & | box | ) | [virtual] |
Called by the viewer to get bounds for this object.
Reimplemented from FX::FXGLObject.
| virtual void FX::FXGLPoint::draw | ( | FXGLViewer * | viewer | ) | [virtual] |
Draw this object in a viewer.
Reimplemented from FX::FXGLObject.
| virtual void FX::FXGLPoint::hit | ( | FXGLViewer * | viewer | ) | [virtual] |
Draw this object for hit-testing purposes.
Reimplemented from FX::FXGLObject.
| virtual void FX::FXGLPoint::save | ( | FXStream & | store | ) | const [virtual] |
Save to a stream.
Reimplemented from FX::FXObject.
| virtual void FX::FXGLPoint::load | ( | FXStream & | store | ) | [virtual] |
Load from a stream.
Reimplemented from FX::FXObject.
|
|