Uses of Class
com.google.common.geometry.S2Projections.FaceSiTi
-
-
Uses of S2Projections.FaceSiTi in com.google.common.geometry
Methods in com.google.common.geometry that return S2Projections.FaceSiTi Modifier and Type Method Description (package private) S2Projections.FaceSiTi
S2Projections. xyzToFaceSiTi(S2Point p)
Convert a direction vector (not necessarily unit length) to (face, si, ti) coordinates.Methods in com.google.common.geometry with parameters of type S2Projections.FaceSiTi Modifier and Type Method Description (package private) int
S2Projections. levelIfCenter(S2Projections.FaceSiTi fst, S2Point p)
If p is exactly a cell center, returns the level of the cell, -1 otherwise.Constructors in com.google.common.geometry with parameters of type S2Projections.FaceSiTi Constructor Description CellPoint(int level, S2Projections.FaceSiTi faceSiTi)
-