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 classS2ShapeUtil.AreaCentroidMeasureA collector of both combined area and centroid values.static classS2ShapeUtil.AreaMeasureA collector of the steradian area.static classS2ShapeUtil.CentroidMeasureA collector of the center of mass.Methods in com.google.common.geometry with parameters of type S2ShapeUtil.TriangleConsumer Modifier and Type Method Description static voidS2ShapeUtil. visitSurfaceIntegral(List<S2Point> vertices, S2ShapeUtil.TriangleConsumer consumer)Visits the surface integral of the vertices, that is, a collection of oriented triangles, possibly overlapping.
-