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

Public Member Functions | |
| FXGLCylinder (FXfloat x, FXfloat y, FXfloat z, FXfloat h=1.0f, FXfloat r=1.0f) | |
| FXGLCylinder (FXfloat x, FXfloat y, FXfloat z, FXfloat h, FXfloat r, const FXMaterial &mtl) | |
| FXGLCylinder (const FXGLCylinder &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) |
Public Attributes | |
| FXfloat | height |
| FXfloat | radius |
|
||||||||||||||||||||||||
|
Construct with specified origin, height and radius.
|
|
||||||||||||||||||||||||||||
|
Construct with specified origin, height, radius and material.
|
|
|
Copy constructor.
|
|
|
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. |
|
|