Class S2Projections.FaceSiTi

java.lang.Object
com.google.common.geometry.S2Projections.FaceSiTi
Enclosing class:
S2Projections

static final class S2Projections.FaceSiTi extends Object
A [face, si, ti] position. This is package private for now, since we may want to rework the class to use 32-bit ints instead.
  • Field Details

    • face

      public final int face
      The face on which the position exists.
    • si

      public final long si
      The si coordinate. See S2Projections for details.
    • ti

      public final long ti
      The ti coordinate. See S2Projections for details.
  • Constructor Details

    • FaceSiTi

      FaceSiTi(int face, long si, long ti)
      Package private constructor. Only S2 should create these for now.