Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGLSphere.h>
Inheritance diagram for FX::FXGLSphere:
Public Member Functions | |
FXGLSphere (FXfloat x, FXfloat y, FXfloat z, FXfloat r=1.0f) | |
FXGLSphere (FXfloat x, FXfloat y, FXfloat z, FXfloat r, const FXMaterial &mtl) | |
FXGLSphere (const FXGLSphere &orig) | |
virtual FXGLObject * | copy () |
void | setRadius (FXfloat r) |
FXfloat | getRadius () const |
void | setSlices (FXint s) |
FXint | getSlices () const |
void | setStacks (FXint s) |
FXint | getStacks () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXGLSphere () |
Public Attributes | |
FXfloat | radius |
FXint | slices |
FXint | stacks |
|
Construct with specified origin and radius.
|
|
Construct with specified origin, radius and material.
|
|
Copy constructor.
|
|
Destroy.
|
|
Copy this object.
Reimplemented from FX::FXGLShape. |
|
Change radius.
|
|
|
|
Change slices.
|
|
|
|
Change stacks.
|
|
|
|
Save to a stream.
Reimplemented from FX::FXGLShape. |
|
Load from a stream.
Reimplemented from FX::FXGLShape. |
|
|
|
|
|
|
Copyright © 1997-2005 Jeroen van der Zijp |