Searched refs:cosphi (Results 1 – 1 of 1) sorted by relevance
172 double cosphi = Math.cos(phi); in toPoint() local173 return new S2Point(Math.cos(theta) * cosphi, Math.sin(theta) * cosphi, Math.sin(phi)); in toPoint()