getMaxForce method

double getMaxForce()

Get the maximum friction force in N.

Implementation

double getMaxForce() {
  return _maxForce;
}