delaunay

command module
v0.0.0-...-66f180e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2021 License: MIT Imports: 2 Imported by: 0

README

Delaunay triangulation in Go

This is implementation of the Bowyer–Watson algorithm for the Delaunay triangulation as described by Paul Bourke. It is not optimized neither for speed nor for space.

Use at our own risk.

Usage:

    import d "github.com/uaraven/delaunay/delaunay"

    points := []d.Point{....}
    delaunay := d.InitDelaunay(points)
    triangles := delaunay.Triangulate()

Included is delaunay_visual.go to view the process of triangulation step by step.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL