Home
last modified time | relevance | path

Searched refs:getUAxis (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()
117 assertEquals(S2Projections.getUAxis(face), S2Point.sub( in testUVAxes()
DS2CellTest.java273 S2Point edge = S2Point.add(center, S2Projections.getUAxis(children[i].face())); in testSubdivide()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Projections.java380 public static S2Point getUAxis(int face) { in getUAxis() method in S2Projections
DS2Cell.java319 int i = S2Projections.getUAxis(face).z == 0 ? (u < 0 ? 1 : 0) : (u > 0 ? 1 : 0); in getRectBound()