Panda3D
|
pure virtual base class for all forces that could POSSIBLY exist. More...
Public Member Functions | |
bool | getActive () |
ForceNode | getForceNode () |
NodePath | getForceNodePath () |
bool | isLinear () |
output (ostream out) | |
Write a string representation of this instance to <out>. | |
setActive (bool active) | |
write (ostream out) | |
Write a string representation of this instance to <out>. | |
write (ostream out, int indent_level) | |
Write a string representation of this instance to <out>. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
pure virtual base class for all forces that could POSSIBLY exist.
bool getActive | ( | ) |
static TypeHandle getClassType | ( | ) | [static] |
ForceNode getForceNode | ( | ) |
NodePath getForceNodePath | ( | ) |
bool isLinear | ( | ) |
output | ( | ostream | out | ) |
Write a string representation of this instance to <out>.
setActive | ( | bool | active | ) |
write | ( | ostream | out | ) |
Write a string representation of this instance to <out>.
Reimplemented in LinearForce, and AngularForce.
write | ( | ostream | out, |
int | indent_level | ||
) |
Write a string representation of this instance to <out>.