x method

double x()

Gets the angular velocity around the x-axis @return X-axis angular velocity

Implementation

double x() {
  return vector[0];
}