y method

double y()

Gets the acceleration on the y-axis @return Y-axis acceleration

Implementation

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