Home | History | Annotate | Download | only in input

Lines Matching refs:tiltXAngle

4190             float tiltXAngle = (in.tiltX - mTiltXCenter) * mTiltXScale;
4192 orientation = atan2f(-sinf(tiltXAngle), sinf(tiltYAngle));
4193 tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle));