Home | History | Annotate | Download | only in controllersample

Lines Matching refs:pythag

450     private static float pythag(float x, float y) {
521 return pythag(mPositionX - x, mPositionY - y);
921 mHeadingMagnitude = pythag(mHeadingX, mHeadingY);
995 final float speed = pythag(mVelocityX, mVelocityY);