![]() |
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 |
| FX::FXGLPoint::FXGLPoint | ( | ) |
Default constructor.
| FX::FXGLPoint::FXGLPoint | ( | const FXGLPoint & | orig | ) |
Copy constructor.
| virtual FXGLObject* FX::FXGLPoint::copy | ( | ) | [virtual] |
| virtual void FX::FXGLPoint::bounds | ( | FXRangef & | box | ) | [virtual] |
| virtual void FX::FXGLPoint::draw | ( | FXGLViewer * | viewer | ) | [virtual] |
| virtual void FX::FXGLPoint::hit | ( | FXGLViewer * | viewer | ) | [virtual] |
| virtual void FX::FXGLPoint::save | ( | FXStream & | store | ) | const [virtual] |
| virtual void FX::FXGLPoint::load | ( | FXStream & | store | ) | [virtual] |
|
|