z method

double z()

Gets the angular velocity around the z-axis @return Z-axis angular velocity

Implementation

double z() {
  return vector[2];
}