Panda3D
|
pure virtual parent of all quat-based forces. More...
Public Member Functions | |
bool | getActive () |
ForceNode | getForceNode () |
NodePath | getForceNodePath () |
LRotationf | getQuat (PhysicsObject const po) |
access query | |
bool | isLinear () |
AngularForce | makeCopy () |
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>. | |
write (ostream out, unsigned int indent) | |
Write a string representation of this instance to <out>. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
pure virtual parent of all quat-based forces.
bool getActive | ( | ) | [inherited] |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from BaseForce.
Reimplemented in AngularVectorForce.
ForceNode getForceNode | ( | ) | [inherited] |
NodePath getForceNodePath | ( | ) | [inherited] |
LRotationf getQuat | ( | PhysicsObject const | po | ) |
access query
bool isLinear | ( | ) | [inherited] |
AngularForce makeCopy | ( | ) |
output | ( | ostream | out | ) | [inherited] |
Write a string representation of this instance to <out>.
setActive | ( | bool | active | ) | [inherited] |
write | ( | ostream | out, |
int | indent_level | ||
) | [inherited] |
Write a string representation of this instance to <out>.
write | ( | ostream | out | ) |
Write a string representation of this instance to <out>.
Reimplemented from BaseForce.
write | ( | ostream | out, |
unsigned int | indent | ||
) |
Write a string representation of this instance to <out>.