tessellate

fun tessellate(polygon: Polygon, checkSelfIntersections: Boolean, monitor: Tessellator.Monitor? = null): MutableList<Tessellator.Triangle>
fun tessellate(polygon: XYPolygon, checkSelfIntersections: Boolean, monitor: Tessellator.Monitor? = null): MutableList<Tessellator.Triangle>