y method
Gets the angular velocity around the y-axis @return Y-axis angular velocity
Implementation
double y() {
return vector[1];
}
Gets the angular velocity around the y-axis @return Y-axis angular velocity
double y() {
return vector[1];
}