#include <Fountain.h>
Inheritance diagram for OpenCAL::Fountain:


Public Member Functions | |
| Fountain (System *parent) | |
| const Vector3 & | getPosition () const |
| Vector3 * | getPositionP () |
| const Vector3 & | getVelocity () const |
| Vector3 * | getVelocityP () |
| void | setPosition (const Vector3 &position) |
| void | setVelocity (const Vector3 &velocity) |
Protected Member Functions | |
| void | killParticles () |
| void | bornParticles () |
Protected Attributes | |
| Vector3 | m_position |
| Vector3 | m_velocity |
| float | m_lifeSpan |
| map< PointMass *, float > | m_ages |
Definition at line 33 of file Fountain.h.
1.3.8