Polygon

fun Polygon(points: Collection<Point>)
fun Polygon(npoints: Int, xpoints: IntArray, ypoints: IntArray)