I am working with a 2D physics engine that has the typical physics properties on a rigidbody
get/set mass, friction, bounce, gravity, linear damping, linear velocity, impulses.
I would like to move this rigidbody at a constant speed, is there some formula that I can use to uses those forces to move the body at a constant speed.