Object should be able to interact with other physics objects while being dragged, like not passing through static collision objects or overlapping with other dynamic collision objects.
Forced should be applied from the spot of first click and modify the angular and linear velocity accordingly until release.
When released should loose velocity overtime with dampening.
How to achieve the described drag movement?
extra info: ortographic top down view, gravity z axis faked with dampening.