52 LVector3 LinearJitterForce::
54 return random_unit_vector();
63 out<<
"LinearJitterForce";
73 out.width(
indent); out<<
""; out<<
"LinearJitterForce:\n";
virtual ~LinearJitterForce()
constructor
Pure virtual, parent to noiseForce and jitterForce.
A body on which physics will be applied.
LinearJitterForce(PN_stdfloat a=1.0f, bool m=false)
constructor
A force that acts on a PhysicsObject by way of an Integrator.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.
virtual void write(std::ostream &out, int indent=0) const
Write a string representation of this instance to <out>.
Completely random noise force vector.
TypeHandle is the identifier used to differentiate C++ class types.
virtual void output(std::ostream &out) const
Write a string representation of this instance to <out>.
virtual void write(std::ostream &out, int indent=0) const
Write a string representation of this instance to <out>.