Particle data structure. More...
#include <gelParticle.h>
Public Member Functions | |
GelParticle () | |
Default constructor. | |
Public Attributes | |
Gel2dVec | pos |
Position. | |
Gel2dVec | size |
Size. | |
Gel2dVec | sizeDelta |
Size delta. | |
float | rot |
Rotation. | |
float | rotDelta |
Rotation delta. | |
Gel2dVec | vel |
Velocity. | |
GelColor | col |
Color. | |
GelColor | colDelta |
Color delta. | |
float | gravity |
Gravity. | |
float | radialAccel |
Radial acceleration. | |
float | tangetAccel |
Tangetial acceleration. | |
float | life |
Life span. | |
float | age |
Current age. |
Particle data structure.
gel::GelParticle::GelParticle | ( | ) |
Default constructor.
Sets all data members to 0.
Position.
Size delta.
float gel::GelParticle::rot |
Rotation.
Rotation delta.
Velocity.
Color.
Color delta.
Gravity.
Radial acceleration.
Currently not used
Tangetial acceleration.
Currently not used
float gel::GelParticle::life |
Life span.
float gel::GelParticle::age |
Current age.
API Documentation by Mark D. Procarione | Generated by |