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

Public Member Functions | |
| FXGLCone (FXfloat x, FXfloat y, FXfloat z, FXfloat h=1.0f, FXfloat r=1.0f) | |
| FXGLCone (FXfloat x, FXfloat y, FXfloat z, FXfloat h, FXfloat r, const FXMaterial &mtl) | |
| FXGLCone (const FXGLCone &orig) | |
| virtual FXGLObject * | copy () |
| void | setRadius (FXfloat r) |
| FXfloat | getRadius () const |
| void | setHeight (FXfloat h) |
| FXfloat | getHeight () const |
| virtual void | save (FXStream &store) const |
| virtual void | load (FXStream &store) |
| virtual | ~FXGLCone () |
Public Attributes | |
| FXfloat | height |
| FXfloat | radius |
|
||||||||||||||||||||||||
|
Construct with specified origin, height and radius.
|
|
||||||||||||||||||||||||||||
|
Construct with specified origin, height, radius and material.
|
|
|
Copy constructor.
|
|
|
Destroy.
|
|
|
Copy this object.
Reimplemented from FX::FXGLShape. |
|
|
Change radius.
|
|
|
|
|
|
Change height.
|
|
|
|
|
|
Save to a stream.
Reimplemented from FX::FXGLShape. |
|
|
Load from a stream.
Reimplemented from FX::FXGLShape. |
|
|
|
|
|
|
|
|