z method

double z()

Gets the value of the z component @return z component value

Implementation

double z() {
  return vector[3];
}