Home
last modified time | relevance | path

Searched refs:midCap (Results 1 – 1 of 1) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2LatLngRect.java617 S2Cap midCap = S2Cap.fromAxisAngle(getCenter().toPoint(), S1Angle in getCapBound() local
620 midCap = midCap.addPoint(getVertex(k).toPoint()); in getCapBound()
622 if (midCap.height() < poleCap.height()) { in getCapBound()
623 return midCap; in getCapBound()