Package com.google.common.geometry
Class S2Loop.LoopOffsets
java.lang.Object
com.google.common.geometry.S2Loop.LoopOffsets
- Enclosing class:
S2Loop
Offsets into two loops at which a boundary distance comparison will start.
Used only by matchBoundaries
.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
first
public final int firstThe offset of the first loop. -
second
public final int secondThe offset of the second loop.
-
-
Constructor Details
-
LoopOffsets
public LoopOffsets(int first, int second)
-
-
Method Details