Searched refs:getUAxis (Results 1 – 4 of 4) sorted by relevance
82 S2Point.crossProd(S2Projections.getUAxis(face), S2Projections.getVAxis(face)).dotProd( in testFaceUVtoXYZ()117 assertEquals(S2Projections.getUAxis(face), S2Point.sub( in testUVAxes()
273 S2Point edge = S2Point.add(center, S2Projections.getUAxis(children[i].face())); in testSubdivide()
380 public static S2Point getUAxis(int face) { in getUAxis() method in S2Projections
319 int i = S2Projections.getUAxis(face).z == 0 ? (u < 0 ? 1 : 0) : (u > 0 ? 1 : 0); in getRectBound()