Uses of Interface
com.google.common.geometry.S2ShapeUtil.TriangleConsumer
-
-
Uses of S2ShapeUtil.TriangleConsumer in com.google.common.geometry
Classes in com.google.common.geometry that implement S2ShapeUtil.TriangleConsumer Modifier and Type Class Description static class
S2ShapeUtil.AreaCentroidMeasure
A collector of both combined area and centroid values.static class
S2ShapeUtil.AreaMeasure
A collector of the steradian area.static class
S2ShapeUtil.CentroidMeasure
A collector of the center of mass.Methods in com.google.common.geometry with parameters of type S2ShapeUtil.TriangleConsumer Modifier and Type Method Description static void
S2ShapeUtil. visitSurfaceIntegral(java.util.List<S2Point> vertices, S2ShapeUtil.TriangleConsumer consumer)
Visits the surface integral of the vertices, that is, a collection of oriented triangles, possibly overlapping.
-