You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
I want to get the contact force of the contact point. Seems like there is only a method getImpulse() to calculate contact impulse. To calculate the contact force, I have to calculate the derivative of force with respect to time. But how can I get dP/dt? Or is there a method to direct get the force?
A similar problem is the acceleration of the body. It seems no direct way to get acceleration. Should I use the integral of velocity?
Hi Jemin,
I want to get the contact force of the contact point. Seems like there is only a method getImpulse() to calculate contact impulse. To calculate the contact force, I have to calculate the derivative of force with respect to time. But how can I get dP/dt? Or is there a method to direct get the force?
A similar problem is the acceleration of the body. It seems no direct way to get acceleration. Should I use the integral of velocity?
Best,
Qingxu