addition method

double addition()

Add x,y,z of this vector

Implementation

double addition () {
  return x + y + z;
}