Searched refs:sinC (Results 1 – 1 of 1) sorted by relevance
282 double sinC = Math.cos(axisLatLng.lat().radians()); in getRectBound() local283 if (sinA <= sinC) { in getRectBound()284 double angleA = Math.asin(sinA / sinC); in getRectBound()