Uses of Class
com.google.common.geometry.S2ShapeIndex.S2ClippedShape
-
Uses of S2ShapeIndex.S2ClippedShape in com.google.common.geometry
Methods in com.google.common.geometry that return S2ShapeIndex.S2ClippedShapeModifier and TypeMethodDescriptionabstract S2ShapeIndex.S2ClippedShapeS2ShapeIndex.Cell.clipped(int i) Returns the clipped shape at the given index.S2ShapeIndex.RangeIterator.clipped()Various other convenience methods for the current cell.S2ShapeIndex.S2ClippedShape.clipped(int i) For implementing the Cell interface, this class contains just 1 shape (itself.)Methods in com.google.common.geometry with parameters of type S2ShapeIndex.S2ClippedShapeModifier and TypeMethodDescriptionstatic booleanS2ShapeUtil.equals(S2ShapeIndex.S2ClippedShape a, S2ShapeIndex.S2ClippedShape b) Returns true if the clipped shapes 'a' and 'b' have identical edge offsets.booleanS2ContainsPointQuery.S2VertexModel.shapeContains(S2Point cellCenter, S2ShapeIndex.S2ClippedShape clipped, S2Point p) Returns true if the clipped portion of a shape 'clipped' from a cell with center 'cellCenter' contains the point 'p' according to this vertex model.