Searched refs:hypotenuse (Results 1 – 6 of 6) sorted by relevance
201 double hypotenuse = Math.sqrt( in getDegreesFromCoords() local210 int distanceToInnerNumber = (int) Math.abs(hypotenuse - innerNumberRadius); in getDegreesFromCoords()212 int distanceToOuterNumber = (int) Math.abs(hypotenuse - outerNumberRadius); in getDegreesFromCoords()226 if (hypotenuse >= minAllowedHypotenuseForInnerNumber && in getDegreesFromCoords()227 hypotenuse <= halfwayHypotenusePoint) { in getDegreesFromCoords()229 } else if (hypotenuse <= maxAllowedHypotenuseForOuterNumber && in getDegreesFromCoords()230 hypotenuse >= halfwayHypotenusePoint) { in getDegreesFromCoords()241 int distanceToNumber = (int) Math.abs(hypotenuse - mLineLength); in getDegreesFromCoords()253 double radians = Math.asin(opposite / hypotenuse); in getDegreesFromCoords()
1176 Returns the hypotenuse, i.e. <code>sqrt(a * a + b * b)</code>.2323 summary: Approximate hypotenuse
2160 * Returns the hypotenuse, i.e. sqrt(a * a + b * b).4652 * native_hypot: Approximate hypotenuse
748 Approximate hypotenuse3513 <p> Returns the hypotenuse, i.e. <code>sqrt(a * a + b * b)</code>.5420 <span class='normal'>: Approximate hypotenuse</span>
1323 Approximate hypotenuse
1393 Approximate hypotenuse