Home | History | Annotate | Download | only in controllersample

Lines Matching refs:cos

438                 float velocityX = (float) Math.cos(direction) * speed;
681 mPath.lineTo((float) Math.cos(-CORNER_ANGLE) * mSize,
684 mPath.lineTo((float) Math.cos(CORNER_ANGLE) * mSize,
936 return (float) Math.cos(mHeadingAngle) * radius;