getJointSpeed method

double getJointSpeed()

Implementation

double getJointSpeed() {
  return bodyA.angularVelocity - bodyB.angularVelocity;
}