volume method

double volume()

Calculate the volume of the particle

Implementation

double volume() {
  return double.maxFinite;
}