From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- ...r_1_1scene_1_1_i_particle_cylinder_emitter.html | 376 +++++++++++++++++++++ 1 file changed, 376 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_cylinder_emitter.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_cylinder_emitter.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_cylinder_emitter.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_cylinder_emitter.html new file mode 100644 index 0000000..d2a5e2c --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_cylinder_emitter.html @@ -0,0 +1,376 @@ + + + + +Irrlicht 3D Engine: irr::scene::IParticleCylinderEmitter Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::IParticleCylinderEmitter Class Reference
+
+
+ +

A particle emitter which emits from a cylindrically shaped space. + More...

+ +

#include <IParticleCylinderEmitter.h>

+
+ + Inheritance diagram for irr::scene::IParticleCylinderEmitter:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

A particle emitter which emits from a cylindrically shaped space.

+ +

Definition at line 16 of file IParticleCylinderEmitter.h.

+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual const core::vector3df& irr::scene::IParticleCylinderEmitter::getCenter () const [pure virtual]
+
+
+ +

Get the center of the cylinder.

+ +
+
+ +
+
+ + + + + + + +
virtual f32 irr::scene::IParticleCylinderEmitter::getLength () const [pure virtual]
+
+
+ +

Get the center of the cylinder.

+ +
+
+ +
+
+ + + + + + + +
virtual const core::vector3df& irr::scene::IParticleCylinderEmitter::getNormal () const [pure virtual]
+
+
+ +

Get the normal of the cylinder.

+ +
+
+ +
+
+ + + + + + + +
virtual bool irr::scene::IParticleCylinderEmitter::getOutlineOnly () const [pure virtual]
+
+
+ +

Get whether or not to draw points inside the cylinder.

+ +
+
+ +
+
+ + + + + + + +
virtual f32 irr::scene::IParticleCylinderEmitter::getRadius () const [pure virtual]
+
+
+ +

Get the radius of the cylinder.

+ +
+
+ +
+
+ + + + + + + +
virtual E_PARTICLE_EMITTER_TYPE irr::scene::IParticleCylinderEmitter::getType () const [inline, virtual]
+
+
+ +

Get emitter type.

+ +

Reimplemented from irr::scene::IParticleEmitter.

+ +

Definition at line 51 of file IParticleCylinderEmitter.h.

+ +

References irr::scene::EPET_CYLINDER.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleCylinderEmitter::setCenter (const core::vector3dfcenter) [pure virtual]
+
+
+ +

Set the center of the radius for the cylinder, at one end of the cylinder.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleCylinderEmitter::setLength (f32 length) [pure virtual]
+
+
+ +

Set the length of the cylinder.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleCylinderEmitter::setNormal (const core::vector3dfnormal) [pure virtual]
+
+
+ +

Set the normal of the cylinder.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleCylinderEmitter::setOutlineOnly (bool outlineOnly = true) [pure virtual]
+
+
+ +

Set whether or not to draw points inside the cylinder.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleCylinderEmitter::setRadius (f32 radius) [pure virtual]
+
+
+ +

Set the radius of the cylinder.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1