Package com.google.common.geometry
Class S2Polygon.LoopVertexIndexPair
- java.lang.Object
-
- com.google.common.geometry.S2Polygon.LoopVertexIndexPair
-
- Enclosing class:
- S2Polygon
@GwtCompatible(serializable=false) private static final class S2Polygon.LoopVertexIndexPair extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intloopIndexprivate intvertexIndex
-
Constructor Summary
Constructors Constructor Description LoopVertexIndexPair(int loopIndex, int vertexIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLoopIndex()intgetVertexIndex()
-