union

fun union(p1: Poly, p2: Poly, checkForLoops: Boolean = true): Poly

Finds longest clockwise path through given polygons

Parameters

checkForLoops

Whether or not check for infinite loops, that might occur on non-clockwise polygons.