Package com.google.common.geometry
Interface S2ShapeUtil.TriangleConsumer
-
- All Known Implementing Classes:
S2ShapeUtil.AreaCentroidMeasure
,S2ShapeUtil.AreaMeasure
,S2ShapeUtil.CentroidMeasure
- Enclosing class:
- S2ShapeUtil
public static interface S2ShapeUtil.TriangleConsumer
A consumer of triangles. Implementations may sum area, turning angle, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(S2Point a, S2Point b, S2Point c)
-