Home
last modified time | relevance | path

Searched defs:fromPoint (Results 1 – 6 of 6) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DR1Interval.java47 public static R1Interval fromPoint(double p) { in fromPoint() method in R1Interval
DS1Interval.java90 public static S1Interval fromPoint(double p) { in fromPoint() method in S1Interval
DS2EdgeIndex.java476 S2Point fromPoint = vertices[i]; in edgeIntersectsCellBoundary() local
DS2LatLngRect.java81 public static S2LatLngRect fromPoint(S2LatLng p) { in fromPoint() method in S2LatLngRect
DS2CellId.java148 public static S2CellId fromPoint(S2Point p) { in fromPoint() method in S2CellId
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizGrapher.java300 InjectionPoint fromPoint = edge.getInjectionPoint(); in newDependencyEdge() local