Uses of Class
com.google.common.geometry.S2EdgeIndex
-
-
Uses of S2EdgeIndex in com.google.common.geometry
Subclasses of S2EdgeIndex in com.google.common.geometry Modifier and Type Class Description private static class
S2Polygon.S2LoopSequenceIndex
Indexing structure to efficientlyclipEdge(com.google.common.geometry.S2Point, com.google.common.geometry.S2Point, boolean, java.util.Collection<com.google.common.geometry.ParametrizedS2Point>)
of a polygon.static class
S2Polygon.S2PolygonIndex
Indexing structure for anS2Polygon
.Fields in com.google.common.geometry declared as S2EdgeIndex Modifier and Type Field Description private S2EdgeIndex
S2EdgeIndex.DataEdgeIterator. edgeIndex
The structure containing the data edges.Constructors in com.google.common.geometry with parameters of type S2EdgeIndex Constructor Description DataEdgeIterator(S2EdgeIndex edgeIndex)
-