center(points: Point[]): { x: number; y: number }
Calculate the center from a list of points.
points: Point[]
Calculate the center from a list of points.