Uses of Class
com.google.common.geometry.S2PaddedCell
-
-
Uses of S2PaddedCell in com.google.common.geometry
Methods in com.google.common.geometry that return S2PaddedCell Modifier and Type Method Description S2PaddedCellS2PaddedCell. childAtIJ(int i, int j)Construct the child of this cell with the given (i,j) index.S2PaddedCellS2PaddedCell. childAtPos(int pos)Construct the child of this cell with the given Hilbert curve position, from 0 to 3.Methods in com.google.common.geometry with parameters of type S2PaddedCell Modifier and Type Method Description booleanS2EdgeQuery. getCells(S2Point a, S2Point b, S2PaddedCell root, List<S2ShapeIndex.Cell> cells)Convenience method for callingS2EdgeQuery.getCells(S2Point, R2Vector, S2Point, R2Vector, S2PaddedCell, List).
-