Panda3D
|
Public Member Functions | |
ZSpinParticleFactory () | |
constructor | |
ZSpinParticleFactory (const ZSpinParticleFactory ©) | |
copy constructor | |
virtual | ~ZSpinParticleFactory () |
destructor | |
void | enable_angular_velocity (bool bEnabled) |
PN_stdfloat | get_angular_velocity () const |
bool | get_angular_velocity_enabled () const |
PN_stdfloat | get_angular_velocity_spread () const |
PN_stdfloat | get_final_angle () const |
PN_stdfloat | get_final_angle_spread () const |
PN_stdfloat | get_initial_angle () const |
PN_stdfloat | get_initial_angle_spread () const |
virtual void | output (ostream &out) const |
Write a string representation of this instance to <out>. | |
void | set_angular_velocity (PN_stdfloat v) |
void | set_angular_velocity_spread (PN_stdfloat spread) |
void | set_final_angle (PN_stdfloat angle) |
void | set_final_angle_spread (PN_stdfloat spread) |
void | set_initial_angle (PN_stdfloat angle) |
void | set_initial_angle_spread (PN_stdfloat spread) |
virtual void | write (ostream &out, int indent=0) const |
Write a string representation of this instance to <out>. |
Definition at line 24 of file zSpinParticleFactory.h.
constructor
Definition at line 24 of file zSpinParticleFactory.cxx.
ZSpinParticleFactory::ZSpinParticleFactory | ( | const ZSpinParticleFactory & | copy | ) |
copy constructor
Definition at line 41 of file zSpinParticleFactory.cxx.
ZSpinParticleFactory::~ZSpinParticleFactory | ( | ) | [virtual] |
destructor
Definition at line 58 of file zSpinParticleFactory.cxx.
void ZSpinParticleFactory::output | ( | ostream & | out | ) | const [virtual] |
Write a string representation of this instance to <out>.
Reimplemented from BaseParticleFactory.
Definition at line 93 of file zSpinParticleFactory.cxx.
void ZSpinParticleFactory::write | ( | ostream & | out, |
int | indent = 0 |
||
) | const [virtual] |
Write a string representation of this instance to <out>.
Reimplemented from BaseParticleFactory.
Definition at line 106 of file zSpinParticleFactory.cxx.