Finding position of rigid body center

Applying a central force to a rigid body control is not the same as applying a force with getPhysicsLocation() as the location parameter. How do I get the location the central force is applied to?

Of course its not the same, the location you specify when applying a force is relative to the location of the body…

1 Like

Isnt the central force applied at the center of mass? So in this case it is relative to the origin of the collision shape, which is equal to getPhysicsLocation()?

Center of mass = physics location.