Registry / utility / markus-wa-quickhull-go-v2

markus-wa-quickhull-go-v2

JSON →
library2.2.0gogounverified

Computes the convex hull of a set of 2D or 3D points using the Quickhull algorithm.

go get github.com/markus-wa/quickhull-go/v2
INSTALL
IMPORT
SIG · MARKUS-WA-QUICKHUL
M
markus-wa-quickhull-go-v2
utilitygov2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

quickhull
github.com/markus-wa/quickhull-go/v2

Computes the convex hull of a set of 2D points.

package main import ( "fmt" "github.com/markus-wa/quickhull-go/v2" ) func main() { points := []quickhull.Point{{1, 2}, {3, 4}, {5, 6}} hull := quickhull.Compute(points) fmt.Println(hull) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
markus-wa-quickhull-go-v2 — go get markus-wa-quickhull-go-v2 · libregistry