Home | History | Annotate | Download | only in tests

Lines Matching refs:tiltYAngle

3241     float tiltYAngle = (rawTiltY - tiltCenter) * tiltScale;
3242 float orientation = atan2f(-sinf(tiltXAngle), sinf(tiltYAngle));
3243 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle));