#include <pointParticle.h>
Inheritance diagram for PointParticle:

Public Member Functions | |
| PointParticle (int lifespan=0, bool alive=false) | |
| PointParticle (const PointParticle ©) | |
| virtual | ~PointParticle (void) |
| virtual void | init (void) |
| virtual void | die (void) |
| virtual void | update (void) |
| virtual PhysicsObject * | make_copy (void) const |
|
||||||||||||
|
Definition at line 27 of file pointParticle.cxx. References PhysicsObject::set_oriented(). Referenced by make_copy(). |
|
|
Definition at line 38 of file pointParticle.cxx. References PhysicsObject::set_oriented(). |
|
|
Definition at line 49 of file pointParticle.cxx. |
|
|
Implements BaseParticle. Definition at line 68 of file pointParticle.cxx. |
|
|
Implements BaseParticle. Definition at line 77 of file pointParticle.cxx. |
|
|
Implements BaseParticle. Definition at line 58 of file pointParticle.cxx. References PointParticle(). |
|
|
Implements BaseParticle. Definition at line 86 of file pointParticle.cxx. |
1.3