#include <tangentRingEmitter.h>
Inheritance diagram for TangentRingEmitter:

Private Member Functions | |
| virtual void | assign_initial_position (LPoint3f &pos) |
| virtual void | assign_initial_velocity (LVector3f &vel) |
| TangentRingEmitter (const TangentRingEmitter ©) | |
| virtual | ~TangentRingEmitter (void) |
| virtual BaseParticleEmitter * | make_copy (void) |
| INLINE void | set_radius (float r) |
| INLINE float | get_radius (void) const |
Private Attributes | |
| float | _radius |
| float | _x |
| float | _y |
| PUBLISHED | __pad0__: TangentRingEmitter(void) |
|
|
Definition at line 37 of file tangentRingEmitter.cxx. References _radius. Referenced by make_copy(). |
|
|
Definition at line 48 of file tangentRingEmitter.cxx. |
|
|
Implements BaseParticleEmitter. Definition at line 67 of file tangentRingEmitter.cxx. References _radius, _x, _y, and NORMALIZED_RAND. |
|
|
Implements BaseParticleEmitter. Definition at line 82 of file tangentRingEmitter.cxx. |
|
|
|
|
|
Implements BaseParticleEmitter. Definition at line 57 of file tangentRingEmitter.cxx. References TangentRingEmitter(). |
|
|
|
|
|
Reimplemented from BaseParticleEmitter. Definition at line 46 of file tangentRingEmitter.h. |
|
|
Definition at line 32 of file tangentRingEmitter.h. Referenced by assign_initial_position(), and TangentRingEmitter(). |
|
|
Definition at line 39 of file tangentRingEmitter.h. Referenced by assign_initial_position(), and assign_initial_velocity(). |
|
|
Definition at line 39 of file tangentRingEmitter.h. Referenced by assign_initial_position(), and assign_initial_velocity(). |
1.3