osgParticle::ForceOperator Class Reference
List of all members.
Detailed Description
An operator that applies a constant force to the particles. Remember that if the mass of particles is expressed in kg and the lengths are expressed in meters, then the force should be expressed in Newtons.
Constructor & Destructor Documentation
| osgParticle::ForceOperator::ForceOperator |
( |
|
) |
[inline] |
| osgParticle::ForceOperator::ForceOperator |
( |
const ForceOperator & |
copy, |
|
|
const osg::CopyOp & |
copyop = osg::CopyOp::SHALLOW_COPY | |
|
) |
| | [inline] |
| virtual osgParticle::ForceOperator::~ForceOperator |
( |
|
) |
[inline, protected, virtual] |
Member Function Documentation
| void osgParticle::ForceOperator::beginOperate |
( |
Program * |
prg |
) |
[inline, virtual] |
| const osg::Vec3 & osgParticle::ForceOperator::getForce |
( |
|
) |
const [inline] |
| osgParticle::ForceOperator::META_Object |
( |
osgParticle |
, |
|
|
ForceOperator |
| |
|
) |
| | |
| void osgParticle::ForceOperator::operate |
( |
Particle * |
P, |
|
|
double |
dt | |
|
) |
| | [inline, virtual] |
| void osgParticle::ForceOperator::setForce |
( |
const osg::Vec3 & |
f |
) |
[inline] |
The documentation for this class was generated from the following file: