Home
last modified time | relevance | path

Searched refs:getVAxis (Results 1 – 4 of 4) sorted by relevance

/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2Test.java82 S2Point.crossProd(S2Projections.getUAxis(face), S2Projections.getVAxis(face)).dotProd( in testFaceUVtoXYZ()
119 assertEquals(S2Projections.getVAxis(face), S2Point.sub( in testUVAxes()
DS2CellTest.java274 S2Point corner = S2Point.add(edge, S2Projections.getVAxis(children[i].face())); in testSubdivide()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Projections.java397 public static S2Point getVAxis(int face) { in getVAxis() method in S2Projections
DS2Cell.java320 int j = S2Projections.getVAxis(face).z == 0 ? (v < 0 ? 1 : 0) : (v > 0 ? 1 : 0); in getRectBound()