Uses of Class
com.google.common.geometry.S2ShapeIndex.FaceEdge
-
Uses of S2ShapeIndex.FaceEdge in com.google.common.geometry
Fields in com.google.common.geometry declared as S2ShapeIndex.FaceEdgeModifier and TypeFieldDescriptionprivate S2ShapeIndex.FaceEdgeS2ShapeIndex.ClippedEdge.origThe original unclipped edge.Method parameters in com.google.common.geometry with type arguments of type S2ShapeIndex.FaceEdgeModifier and TypeMethodDescriptionprivate voidS2ShapeIndex.addShapeEdges(int shapeId, List<List<S2ShapeIndex.FaceEdge>> allEdges, S2ShapeIndex.InteriorTracker tracker) Clips all edges of the given shape to the six cube faces, and adds the clipped edges toallEdges.private voidS2ShapeIndex.reserveSpace(int numEdges, List<List<S2ShapeIndex.FaceEdge>> allEdges) Reserves an appropriate amount of space for the top-level face edges.private voidS2ShapeIndex.updateFaceEdges(int face, List<S2ShapeIndex.FaceEdge> faceEdges, S2ShapeIndex.InteriorTracker tracker) Given a face and a list of edges that intersect that face, insert or remove all the edges from the index.