Home | History | Annotate | Download | only in tests

Lines Matching refs:tiltXAngle

3210     float tiltXAngle = (rawTiltX - tiltCenter) * tiltScale;
3212 float orientation = atan2f(-sinf(tiltXAngle), sinf(tiltYAngle));
3213 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle));