reactionForce abstract method

Vector2 reactionForce(
  1. double invDt
)

Get the reaction force on body2 at the joint anchor in Newtons.

Implementation

Vector2 reactionForce(double invDt);