Home | History | Annotate | Download | only in hardware

Lines Matching refs:invA

1208         final float invA = 1.0f / (float)Math.sqrt(Ax*Ax + Ay*Ay + Az*Az);
1209 Ax *= invA;
1210 Ay *= invA;
1211 Az *= invA;