Package org.hipparchus.geometry
Class Geometry
- java.lang.Object
-
- org.hipparchus.geometry.Geometry
-
public class Geometry extends Object
Utilities for geometry.- Since:
- 4.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <S extends Space,P extends Point<S,P>>
Pbarycenter(List<P> points)
Compute the barycenter of n points.
-