Given a set of clipping instructions encoded as a set of intersections
between input edges, EdgeClippingLayer determines which graph edges
correspond to clipped portions of input edges and removes them. It
assembles the remaining edges into a new S2Builder::Graph and passes the
result to the given output layer for assembly.
Given a set of clipping instructions encoded as a set of intersections between input edges, EdgeClippingLayer determines which graph edges correspond to clipped portions of input edges and removes them. It assembles the remaining edges into a new S2Builder::Graph and passes the result to the given output layer for assembly.