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 classS2Polygon.S2LoopSequenceIndexIndexing 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 classS2Polygon.S2PolygonIndexIndexing structure for anS2Polygon.Fields in com.google.common.geometry declared as S2EdgeIndex Modifier and Type Field Description private S2EdgeIndexS2EdgeIndex.DataEdgeIterator. edgeIndexThe structure containing the data edges.Constructors in com.google.common.geometry with parameters of type S2EdgeIndex Constructor Description DataEdgeIterator(S2EdgeIndex edgeIndex)
-