Uses of Class
com.google.common.geometry.S2PolygonBuilder
-
-
Uses of S2PolygonBuilder in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type S2PolygonBuilder Modifier and Type Method Description static voidS2Polygon. breakEdgesAndAddToBuilder(S2ShapeIndex index, S2PolygonBuilder builder)Takes a set of possibly intersecting edges, stored in the S2ShapeIndex, and breaks the edges into small pieces so that there is no intersection anymore, and adds all these edges to the builder.
-