Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2LatLng.java172 double cosphi = Math.cos(phi); in toPoint() local
173 return new S2Point(Math.cos(theta) * cosphi, Math.sin(theta) * cosphi, Math.sin(phi)); in toPoint()