Uses of Class
com.google.common.geometry.S2Shape.MutableEdge
-
-
Uses of S2Shape.MutableEdge in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type S2Shape.MutableEdge Modifier and Type Method Description voidS2Edge. getChainEdge(int chainId, int offset, S2Shape.MutableEdge result)voidS2Loop. getChainEdge(int chainId, int offset, S2Shape.MutableEdge result)voidS2Point.Shape. getChainEdge(int chainId, int offset, S2Shape.MutableEdge result)voidS2Polygon.Shape. getChainEdge(int chainId, int offset, S2Shape.MutableEdge result)voidS2Polyline. getChainEdge(int chainId, int offset, S2Shape.MutableEdge result)voidS2Shape. getChainEdge(int chainId, int offset, S2Shape.MutableEdge result)Returns the edge for the given chain id and offset inresult.voidS2Edge. getEdge(int index, S2Shape.MutableEdge result)voidS2Loop. getEdge(int index, S2Shape.MutableEdge result)voidS2Point.Shape. getEdge(int index, S2Shape.MutableEdge result)voidS2Polyline. getEdge(int index, S2Shape.MutableEdge result)voidS2Shape. getEdge(int index, S2Shape.MutableEdge result)Returns the edge for the given index inresult.
-