Package org.hipparchus.geometry
Class Geometry
java.lang.Object
org.hipparchus.geometry.Geometry
Utilities for geometry.
- Since:
- 4.0
-
Method Summary
-
Method Details
-
barycenter
Compute the barycenter of n points.- Type Parameters:
S
- Type of the space.P
- Type of the points in space.- Parameters:
points
- points generating the barycenter- Returns:
- barycenter of the points
-