Searched defs:cos (Results 1 – 5 of 5) sorted by relevance
88 float cos = Math.min(1.0f, Math.max(-1.0f, dotProduct / dist1 / dist2)); in getAngle() local
95 float cos = (float) Math.cos(mCurrentAngle); in onDraw() local
366 double cos = Math.cos(radians); in getRange() local
308 double cos = Math.cos(radians); in getRange() local