Uses of Class
com.google.common.geometry.S2Edge
-
-
Uses of S2Edge in com.google.common.geometry
Methods in com.google.common.geometry that return S2Edge Modifier and Type Method Description S2EdgeS2EdgeIndex. edgeFromTo(int index)Return both vertices of the givenindexin one call.S2EdgeS2Polygon.S2PolygonIndex. edgeFromTo(int index)Methods in com.google.common.geometry with parameters of type S2Edge Modifier and Type Method Description static S1ChordAngleS2EdgeUtil. getDistance(S2Point p, S2Edge e)Gets the distance fromptoe.static S1ChordAngleS2EdgeUtil. updateMinDistance(S2Point p, S2Edge e, S1ChordAngle minDistance)Gets the minimum of the distance fromatoeandminDistance.Method parameters in com.google.common.geometry with type arguments of type S2Edge Modifier and Type Method Description booleanS2PolygonBuilder. assemblePolygon(S2Polygon polygon, List<S2Edge> unusedEdges)Like AssembleLoops, but then assembles the loops into a polygon.
-