Quickhull2

Quickhull algorithm for computing the convex hull of a collection of 2D points.

Constructors

Link copied to clipboard
constructor(input: Collection<Vec2>)

initializes the algorithm with a collection of points.

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun execute(): Result<Vec2>

Execute the algorithm and returns the output.