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.FaceSiTiModifier and TypeMethodDescription(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.FaceSiTiModifier and TypeMethodDescription(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.FaceSiTiModifierConstructorDescription(package private)
CellPoint
(int level, S2Projections.FaceSiTi faceSiTi)