#include <rectangleEmitter.h>
Inheritance diagram for RectangleEmitter:

Private Member Functions | |
| virtual void | assign_initial_position (LPoint3f &pos) |
| virtual void | assign_initial_velocity (LVector3f &vel) |
| RectangleEmitter (const RectangleEmitter ©) | |
| virtual | ~RectangleEmitter (void) |
| virtual BaseParticleEmitter * | make_copy (void) |
| INLINE void | set_min_bound (const LPoint2f &vmin) |
| INLINE void | set_max_bound (const LPoint2f &vmax) |
| INLINE LPoint2f | get_min_bound (void) const |
| INLINE LPoint2f | get_max_bound (void) const |
Private Attributes | |
| LPoint2f | _vmin |
| LPoint2f | _vmax |
| PUBLISHED | __pad0__: RectangleEmitter(void) |
|
|
Definition at line 39 of file rectangleEmitter.cxx. Referenced by make_copy(). |
|
|
Definition at line 51 of file rectangleEmitter.cxx. |
|
|
Implements BaseParticleEmitter. Definition at line 70 of file rectangleEmitter.cxx. References _vmax, _vmin, and NORMALIZED_RAND. |
|
|
Implements BaseParticleEmitter. Definition at line 88 of file rectangleEmitter.cxx. |
|
|
|
|
|
|
|
|
Implements BaseParticleEmitter. Definition at line 60 of file rectangleEmitter.cxx. References RectangleEmitter(). |
|
|
|
|
|
|
|
|
Reimplemented from BaseParticleEmitter. Definition at line 40 of file rectangleEmitter.h. |
|
|
Definition at line 31 of file rectangleEmitter.h. Referenced by assign_initial_position(), and RectangleEmitter(). |
|
|
Definition at line 31 of file rectangleEmitter.h. Referenced by assign_initial_position(), and RectangleEmitter(). |
1.3