QuickHuller

object QuickHuller

Credits to http://www.sanfoundry.com/java-program-implement-quick-hull-algorithm-find-convex-hull/

Functions

hull
Link copied to clipboard
fun hull(points: Collection<Point>): Polygon