Panda3D
Public Member Functions

OrientedParticleFactory Class Reference

Creates particles that are affected by angular forces. More...

#include "orientedParticleFactory.h"

Inheritance diagram for OrientedParticleFactory:
BaseParticleFactory ReferenceCount MemoryBase

List of all members.

Public Member Functions

 OrientedParticleFactory ()
 Constructor.
 OrientedParticleFactory (const OrientedParticleFactory &copy)
 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

Detailed Description

Creates particles that are affected by angular forces.

Definition at line 27 of file orientedParticleFactory.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations