Searched refs:getVAxis (Results 1 – 4 of 4) sorted by relevance
82 S2Point.crossProd(S2Projections.getUAxis(face), S2Projections.getVAxis(face)).dotProd( in testFaceUVtoXYZ()119 assertEquals(S2Projections.getVAxis(face), S2Point.sub( in testUVAxes()
274 S2Point corner = S2Point.add(edge, S2Projections.getVAxis(children[i].face())); in testSubdivide()
397 public static S2Point getVAxis(int face) { in getVAxis() method in S2Projections
320 int j = S2Projections.getVAxis(face).z == 0 ? (v < 0 ? 1 : 0) : (v > 0 ? 1 : 0); in getRectBound()