| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <IParticleRotationAffector.h>
Inheritance diagram for irr::scene::IParticleRotationAffector:

Public Member Functions | |
| virtual const core::vector3df & | getPivotPoint () const =0 |
| Get the point that particles are attracted to. | |
| virtual const core::vector3df & | getSpeed () const =0 |
| Get the speed in degrees per second in all 3 dimensions. | |
| virtual E_PARTICLE_AFFECTOR_TYPE | getType () const |
| Get emitter type. | |
| virtual void | setPivotPoint (const core::vector3df &point)=0 |
| Set the point that particles will rotate around. | |
| virtual void | setSpeed (const core::vector3df &speed)=0 |
| Set the speed in degrees per second in all 3 dimensions. | |
Definition at line 16 of file IParticleRotationAffector.h.
|
|
Get the point that particles are attracted to.
|
|
|
Get the speed in degrees per second in all 3 dimensions.
|
|
|
Get emitter type.
Implements irr::scene::IParticleAffector. Definition at line 33 of file IParticleRotationAffector.h. References irr::scene::EPAT_ROTATE. |
|
|
Set the point that particles will rotate around.
|
|
|
Set the speed in degrees per second in all 3 dimensions.
|
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Jun 1 07:59:19 2008 by Doxygen
(1.4.2) |