Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGLCube.h>
Inheritance diagram for FX::FXGLCube:
Public Member Functions | |
FXGLCube (FXfloat x, FXfloat y, FXfloat z, FXfloat w=1.0f, FXfloat h=1.0f, FXfloat d=1.0f) | |
FXGLCube (FXfloat x, FXfloat y, FXfloat z, FXfloat w, FXfloat h, FXfloat d, const FXMaterial &mtl) | |
FXGLCube (const FXGLCube &orig) | |
virtual FXGLObject * | copy () |
void | setWidth (FXfloat w) |
FXfloat | getWidth () const |
void | setHeight (FXfloat h) |
FXfloat | getHeight () const |
void | setDepth (FXfloat d) |
FXfloat | getDepth () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXGLCube () |
Public Attributes | |
FXfloat | width |
FXfloat | height |
FXfloat | depth |
|
Construct with specified origin, width, height and depth.
|
|
Construct with specified origin, width, height, depth and material.
|
|
Copy constructor.
|
|
Destroy.
|
|
Copy this object.
Reimplemented from FX::FXGLShape. |
|
Change width.
|
|
|
|
Change height.
|
|
|
|
Change depth.
|
|
|
|
Save to a stream.
Reimplemented from FX::FXGLShape. |
|
Load from a stream.
Reimplemented from FX::FXGLShape. |
|
|
|
|
|
|
Copyright © 1997-2005 Jeroen van der Zijp |