Panda3D
Public Member Functions | Static Public Member Functions

LinearForce Class Reference

Inheritance diagram for LinearForce:
BaseForce LinearControlForce LinearCylinderVortexForce LinearDistanceForce LinearFrictionForce LinearRandomForce LinearUserDefinedForce LinearVectorForce LinearSinkForce LinearSourceForce LinearJitterForce LinearNoiseForce

List of all members.

Public Member Functions

bool getActive ()
float getAmplitude ()
ForceNode getForceNode ()
NodePath getForceNodePath ()
bool getMassDependent ()
Vec3 getVector (PhysicsObject const po)
Vec3 getVectorMasks ()
bool isLinear ()
LinearForce makeCopy ()
 output (ostream out)
 Write a string representation of this instance to <out>.
 setActive (bool active)
 setAmplitude (float a)
 setMassDependent (bool m)
 setVectorMasks (bool x, bool y, bool z)
 write (ostream out, unsigned int indent)
 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)
 Write a string representation of this instance to <out>.

Static Public Member Functions

static TypeHandle getClassType ()

Member Function Documentation

bool getActive ( ) [inherited]
float getAmplitude ( )
static TypeHandle getClassType ( ) [static]
ForceNode getForceNode ( ) [inherited]
NodePath getForceNodePath ( ) [inherited]
bool getMassDependent ( )
Vec3 getVector ( PhysicsObject const  po)
Vec3 getVectorMasks ( )
bool isLinear ( ) [inherited]
LinearForce makeCopy ( )
output ( ostream  out) [inherited]

Write a string representation of this instance to <out>.

setActive ( bool  active) [inherited]
setAmplitude ( float  a)
setMassDependent ( bool  m)
setVectorMasks ( bool  x,
bool  y,
bool  z 
)
write ( ostream  out)

Write a string representation of this instance to <out>.

Reimplemented from BaseForce.

write ( ostream  out,
int  indent_level 
) [inherited]

Write a string representation of this instance to <out>.

write ( ostream  out,
unsigned int  indent 
)

Write a string representation of this instance to <out>.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties