Computes the central point of the input points.
def PointsMassCenter( inPoints: list[Point2D], / ) -> outMassCenter: Point2D