Function PhysicsDirectBodyState.addForce

Adds a positioned force to the body. Both the force and the offset from the body origin are in global coordinates.

void addForce (
  const(Vector3) force,
  const(Vector3) position
) nothrow @nogc;