Panda3D
|
Creates particles that are affected by angular forces. More...
#include "orientedParticleFactory.h"
Public Member Functions | |
OrientedParticleFactory () | |
Constructor. | |
OrientedParticleFactory (const OrientedParticleFactory ©) | |
copy Constructor | |
virtual | ~OrientedParticleFactory () |
destructor | |
LOrientation | get_final_orientation () const |
LOrientation | get_initial_orientation () const |
virtual void | output (ostream &out) const |
Write a string representation of this instance to <out>. | |
void | set_final_orientation (const LOrientation &o) |
void | set_initial_orientation (const LOrientation &o) |
virtual void | write (ostream &out, unsigned int indent=0) const |
Creates particles that are affected by angular forces.
Definition at line 27 of file orientedParticleFactory.h.
OrientedParticleFactory::OrientedParticleFactory | ( | ) |
Constructor.
Definition at line 24 of file orientedParticleFactory.cxx.
OrientedParticleFactory::OrientedParticleFactory | ( | const OrientedParticleFactory & | copy | ) |
copy Constructor
Definition at line 34 of file orientedParticleFactory.cxx.
OrientedParticleFactory::~OrientedParticleFactory | ( | ) | [virtual] |
destructor
Definition at line 46 of file orientedParticleFactory.cxx.
void OrientedParticleFactory::output | ( | ostream & | out | ) | const [virtual] |
Write a string representation of this instance to <out>.
Reimplemented from BaseParticleFactory.
Definition at line 76 of file orientedParticleFactory.cxx.