Go to the documentation of this file.
68 LVector3 LinearVectorForce::
79 out<<
"LinearVectorForce";
89 out.width(
indent); out<<
""; out<<
"LinearVectorForce:\n";
90 out.width(
indent+2); out<<
""; out<<
"_fvec "<<_fvec<<
"\n";
virtual ~LinearVectorForce()
Destructor.
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.
LinearVectorForce(const LVector3 &vec, PN_stdfloat a=1.0f, bool mass=false)
Vector Constructor.
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>.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.
A force that acts on a PhysicsObject by way of an Integrator.
Simple directed vector force.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A body on which physics will be applied.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
virtual void write(std::ostream &out, int indent=0) const
Write a string representation of this instance to <out>.