Panda3D
Public Member Functions | Static Public Member Functions

AngularForce Class Reference

pure virtual parent of all quat-based forces. More...

Inheritance diagram for AngularForce:
BaseForce AngularVectorForce

List of all members.

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 ()

Detailed Description

pure virtual parent of all quat-based forces.


Member Function Documentation

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>.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties