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.FaceEdge Modifier and Type Field Description private S2ShapeIndex.FaceEdge
S2ShapeIndex.ClippedEdge. orig
The original unclipped edge.Method parameters in com.google.common.geometry with type arguments of type S2ShapeIndex.FaceEdge Modifier and Type Method Description private void
S2ShapeIndex. addShapeEdges(int shapeId, java.util.List<java.util.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 void
S2ShapeIndex. reserveSpace(int numEdges, java.util.List<java.util.List<S2ShapeIndex.FaceEdge>> allEdges)
Reserves an appropriate amount of space for the top-level face edges.private void
S2ShapeIndex. updateFaceEdges(int face, java.util.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.
-