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