y method

double y()

Gets the value of the y component @return y component value

Implementation

double y() {
  return vector[2];
}