Searched refs:S2EdgeIndex (Results 1 – 4 of 4) sorted by relevance
30 public abstract strictfp class S2EdgeIndex { class141 return S2EdgeIndex.compare(cells[index1], edges[index1], cells[index2], edges[index2]); in sortIndex()545 private final S2EdgeIndex edgeIndex;576 public DataEdgeIterator(S2EdgeIndex edgeIndex) { in DataEdgeIterator()
21 import com.google.common.geometry.S2EdgeIndex.DataEdgeIterator;66 private S2EdgeIndex index;683 index = new S2EdgeIndex() { in getEdgeIterator()701 return new S2EdgeIndex.DataEdgeIterator(index); in getEdgeIterator()
452 private abstract static class S2LoopSequenceIndex extends S2EdgeIndex {
35 public static class EdgeVectorIndex extends S2EdgeIndex {