Home | History | Annotate | Download | only in tests

Lines Matching refs:tiltYAngle

3201     float tiltYAngle = (rawTiltY - tiltCenter) * tiltScale;
3202 float orientation = atan2f(-sinf(tiltXAngle), sinf(tiltYAngle));
3203 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle));