Uses of Interface
com.google.common.geometry.S2ShapeMeasures.BiConsumer
-
-
Uses of S2ShapeMeasures.BiConsumer in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type S2ShapeMeasures.BiConsumer Modifier and Type Method Description private static void
S2ShapeMeasures. forEachChainEdge(S2Shape shape, int chainId, S2ShapeMeasures.BiConsumer<S2Point,S2Point> edgeConsumer)
Passes each edge (a, b) in the chain of shape at index chainId to edgeConsumer.
-