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