Inheritance diagram for osgParticle::AngularAccelOperator:

Public Member Functions | |
| AngularAccelOperator () | |
| AngularAccelOperator (const AngularAccelOperator ©, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osgParticle, AngularAccelOperator) | |
| const osg::Vec3 & | getAngularAcceleration () const |
| Get the angular acceleration vector. | |
| void | setAngularAcceleration (const osg::Vec3 &v) |
| Set the angular acceleration vector. | |
| void | operate (Particle *P, double dt) |
| Apply the angular acceleration to a particle. Do not call this method manually. | |
| void | beginOperate (Program *prg) |
| Perform some initializations. Do not call this method manually. | |
Protected Member Functions | |
| virtual | ~AngularAccelOperator () |
| AngularAccelOperator & | operator= (const AngularAccelOperator &) |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Perform some initializations. Do not call this method manually.
Reimplemented from osgParticle::Operator. |
|
|
Get the angular acceleration vector.
|
|
||||||||||||
|
|
|
||||||||||||
|
Apply the angular acceleration to a particle. Do not call this method manually.
Implements osgParticle::Operator. |
|
|
|
|
|
Set the angular acceleration vector.
|