quickhull

package module
v0.0.0-...-23c6e42 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2019 License: MIT Imports: 0 Imported by: 0

README

quickhull

GoDoc

A fun integer-bound quickhull implementation.

Usage

S := []quickhull.Point{{1, 2}, {3, 4}}
H := quickhull.Find(S)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Point

type Point struct {
	X, Y int
}

func Find

func Find(S []Point) (H []Point)

Jump to

Keyboard shortcuts

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