3 #include <physics_entity.h> 8 #ifndef CONSTANT_FORCE_GENERATOR 9 #define CONSTANT_FORCE_GENERATOR 40 void AccumulateForce(std::shared_ptr<PhysicsEntity> entity, Vector3Gf &F)
const;
void AccumulateForce(std::shared_ptr< PhysicsEntity > entity, Vector3Gf &F) const
Definition: constant_force.cpp:16
A constant force throughout all space.
Definition: constant_force.h:13
~ConstantForceGenerator()
Definition: constant_force.cpp:14
ConstantForceGenerator()
Definition: constant_force.cpp:3