distanceMax method
Implementation
ManyBodyForce distanceMax([double? max]) {
if (max != null) {
_distanceMax2 = max * max;
}
return this;
}
ManyBodyForce distanceMax([double? max]) {
if (max != null) {
_distanceMax2 = max * max;
}
return this;
}