Home
last modified time | relevance | path

Searched defs:getIntersection (Results 1 – 2 of 2) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellUnion.java246 public void getIntersection(S2CellUnion x, S2CellId id) { in getIntersection() method in S2CellUnion
270 public void getIntersection(S2CellUnion x, S2CellUnion y) { in getIntersection() method in S2CellUnion
DS2EdgeUtil.java681 public static S2Point getIntersection(S2Point a0, S2Point a1, S2Point b0, S2Point b1) { in getIntersection() method in S2EdgeUtil