y method

double y()

Gets the angular velocity around the y-axis @return Y-axis angular velocity

Implementation

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