Home | History | Annotate | Download | only in input

Lines Matching refs:tiltYAngle

4188             float tiltYAngle = (in.tiltY - mTiltYCenter) * mTiltYScale;
4189 orientation = atan2f(-sinf(tiltXAngle), sinf(tiltYAngle));
4190 tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle));