Searched refs:roll (Results 1 – 3 of 3) sorted by relevance
89 void read_rotation_vector(double *yaw, double* pitch, double* roll);
313 … EmulatedFakeRotatingCameraDevice::read_rotation_vector(double *yaw, double* pitch, double* roll) { in read_rotation_vector() argument317 *roll = mSensorValues[SENSOR_VALUE_ROTATION_Y]; in read_rotation_vector()322 double yaw, pitch, roll; in get_yawing() local323 read_rotation_vector(&yaw, &pitch, &roll); in get_yawing()
27 // you will likely need to roll your own on some platforms.