trilateration

package module
v0.0.0-...-cd13df3 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2015 License: Apache-2.0 Imports: 2 Imported by: 0

README

trilateration

trilateration in 3D space, implemented in golang

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoSolution = fmt.Errorf("no solution found")
)

Functions

This section is empty.

Types

type Point

type Point struct {
	X float64
	Y float64
	Z float64
	R float64
}

type Solution

type Solution []Point

func Solve

func Solve(p1, p2, p3 Point) (Solution, error)

func (Solution) First

func (s Solution) First() Point

Jump to

Keyboard shortcuts

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