lhuanyu / SwiftClipper

A Swift version of polygon clipper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How clipper.execute cliptype .union returns an array of CGPoint

chitgoks opened this issue · comments

Hi. I believe clipper.execute populates the Path object after .union is executed?
I am looking at extracting it to an array of CGPoint. But Path does not seem to have a way to. Please advise?