Searched refs:getVNorm (Results 1 – 3 of 3) sorted by relevance
106 return S2Projections.getVNorm(face, uv[1][0]); // South in getEdgeRaw()110 return S2Point.neg(S2Projections.getVNorm(face, uv[1][1])); // North in getEdgeRaw()
359 public static S2Point getVNorm(int face, double v) { in getVNorm() method in S2Projections
109 .angle(S2Projections.getVNorm(face, x)), 0); in testUVNorms()