inflate method

void inflate(
  1. double factor
)

Implementation

void inflate(double factor) {
  _targetVolume *= factor;
}