x method
Gets the angular velocity around the x-axis @return X-axis angular velocity
Implementation
double x() {
return vector[0];
}
Gets the angular velocity around the x-axis @return X-axis angular velocity
double x() {
return vector[0];
}