Package com.google.common.geometry
Class S2Projections.FaceSiTi
java.lang.Object
com.google.common.geometry.S2Projections.FaceSiTi
- Enclosing class:
S2Projections
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
face
public final int faceThe face on which the position exists. -
si
public final long siThe si coordinate. SeeS2Projections
for details. -
ti
public final long tiThe ti coordinate. SeeS2Projections
for details.
-
-
Constructor Details
-
FaceSiTi
FaceSiTi(int face, long si, long ti) Package private constructor. Only S2 should create these for now.
-