Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Point.java24 public strictfp class S2Point implements Comparable<S2Point> { class
30 public S2Point() { in S2Point() method in S2Point
34 public S2Point(double x, double y, double z) { in S2Point() method in S2Point
DS2PolygonBuilder.java519 private void moveVertices(Map<S2Point, S2Point> mergeMap) { in moveVertices()