Searched defs:S2Point (Results 1 – 3 of 3) sorted by relevance
38 public class S2Point implements Point<Sphere2D> { class83 public S2Point(final double theta, final double phi) in S2Point() method in S2Point93 public S2Point(final Vector3D vector) throws MathArithmeticException { in S2Point() method in S2Point103 private S2Point(final double theta, final double phi, final Vector3D vector) { in S2Point() method in S2Point
24 public strictfp class S2Point implements Comparable<S2Point> { class30 public S2Point() { in S2Point() method in S2Point34 public S2Point(double x, double y, double z) { in S2Point() method in S2Point
519 private void moveVertices(Map<S2Point, S2Point> mergeMap) { in moveVertices()