com.sparkcorr.Geometry
Point companion object for creation, test and static methods
allows direct creation with variable length arguments
val p=Point(3,4,5,6,7.2)
compute the barycenter of a list of Points
some basic tests
Point companion object for creation, test and static methods