jointSpeed method

double jointSpeed()

Implementation

double jointSpeed() {
  final b1 = bodyA;
  final b2 = bodyB;
  return b2.angularVelocity - b1.angularVelocity;
}