volume method

double volume()

Calculate the volume of the plane

Implementation

double volume() {
  return double.maxFinite;
}