init calculating the center

Property definitions

geometry $ PolygonSorter :: with_center
	# init calculating the center
	init with_center(pts : Array[Array[Float]]) do
		init(calc_center(pts))
	end
lib/geometry/polygon.nit:317,2--320,4