Create polygon with equal angles and equal sides from large number of point on the plane
I have a set of points on the plane (300 000 points). How do I find a polygon with equal cosines of angles and equal 开发者_如何转开发sides where vertices of polygon are some of points? The more number of sides and more lengths of sides the better.
精彩评论