Background:
I have a set of point which I run through a convex hull algorithm, these points returned are then drawn as a polygon on the screen.
Aim:
I want to "smooth" out the polygon into an ellipse/oval like shape.
Is there a simple way to do this or is there an algorithm for this?
Thanks in advance.

