#include <pointEmitter.h>
Inheritance diagram for PointEmitter:
Private Member Functions | |
virtual void | assign_initial_position (LPoint3f &pos) |
virtual void | assign_initial_velocity (LVector3f &vel) |
PointEmitter (const PointEmitter ©) | |
virtual | ~PointEmitter (void) |
virtual BaseParticleEmitter * | make_copy (void) |
INLINE void | set_location (const LPoint3f &p) |
INLINE LPoint3f | get_location (void) const |
Private Attributes | |
LPoint3f | _location |
PUBLISHED | __pad0__: PointEmitter(void) |
|
Definition at line 38 of file pointEmitter.cxx. References _location. Referenced by make_copy(). |
|
Definition at line 49 of file pointEmitter.cxx. |
|
Implements BaseParticleEmitter. Definition at line 68 of file pointEmitter.cxx. References _location. |
|
Implements BaseParticleEmitter. Definition at line 78 of file pointEmitter.cxx. |
|
|
|
Implements BaseParticleEmitter. Definition at line 58 of file pointEmitter.cxx. References PointEmitter(). |
|
|
|
Reimplemented from BaseParticleEmitter. Definition at line 40 of file pointEmitter.h. |
|
Definition at line 31 of file pointEmitter.h. Referenced by assign_initial_position(), and PointEmitter(). |