Class S2Loop.LoopOffsets

java.lang.Object
com.google.common.geometry.S2Loop.LoopOffsets
Enclosing class:
S2Loop

private static final class S2Loop.LoopOffsets extends Object
Offsets into two loops at which a boundary distance comparison will start.

Used only by matchBoundaries.

  • Field Details

    • first

      public final int first
      The offset of the first loop.
    • second

      public final int second
      The offset of the second loop.
  • Constructor Details

    • LoopOffsets

      public LoopOffsets(int first, int second)
  • Method Details