Searched refs:getUNorm (Results 1 – 3 of 3) sorted by relevance
108 return S2Projections.getUNorm(face, uv[0][1]); // East in getEdgeRaw()112 return S2Point.neg(S2Projections.getUNorm(face, uv[0][0])); // West in getEdgeRaw()
342 public static S2Point getUNorm(int face, double u) { in getUNorm() method in S2Projections
105 .angle(S2Projections.getUNorm(face, x)), 0); in testUVNorms()