z method
Gets the angular velocity around the z-axis @return Z-axis angular velocity
Implementation
double z() {
return vector[2];
}
Gets the angular velocity around the z-axis @return Z-axis angular velocity
double z() {
return vector[2];
}