Repellant force.
More...
#include "linearSourceForce.h"
List of all members.
Public Member Functions |
| | LinearSourceForce (const LPoint3f &p, FalloffType f, float r, float a=1.0f, bool mass=true) |
| | Simple constructor.
|
| | LinearSourceForce () |
| | Simple constructor.
|
| | LinearSourceForce (const LinearSourceForce ©) |
| | copy constructor
|
| virtual | ~LinearSourceForce () |
| | Simple destructor.
|
|
virtual TypeHandle | force_init_type () |
|
virtual TypeHandle | get_type () const |
| virtual void | output (ostream &out) const |
| | Write a string representation of this instance to <out>.
|
| virtual void | write (ostream &out, unsigned int indent=0) const |
| | Write a string representation of this instance to <out>.
|
Static Public Member Functions |
|
static TypeHandle | get_class_type () |
| static void | init_type () |
| | This function is declared non-inline to work around a compiler bug in g++ 2.96.
|
Detailed Description
Repellant force.
Definition at line 24 of file linearSourceForce.h.
Constructor & Destructor Documentation
| LinearSourceForce::LinearSourceForce |
( |
const LPoint3f & |
p, |
|
|
FalloffType |
f, |
|
|
float |
r, |
|
|
float |
a = 1.0f, |
|
|
bool |
mass = true |
|
) |
| |
| LinearSourceForce::LinearSourceForce |
( |
| ) |
|
| LinearSourceForce::~LinearSourceForce |
( |
| ) |
[virtual] |
Member Function Documentation
| static void LinearSourceForce::init_type |
( |
| ) |
[inline, static] |
| void LinearSourceForce::output |
( |
ostream & |
out | ) |
const [virtual] |
| void LinearSourceForce::write |
( |
ostream & |
out, |
|
|
unsigned int |
indent = 0 |
|
) |
| const [virtual] |
The documentation for this class was generated from the following files: