triang: Does the actual triangulation. Assumes GK coordinates or UTM...

Description Usage Arguments Value Author(s) Examples

View source: R/radiotrackingeu.R

Description

Does the actual triangulation. Assumes GK coordinates or UTM coordinates within the same zone.

Usage

1
triang(x1, y1, alpha1, x2, y2, alpha2)

Arguments

x1

Easting of the first station.

y1

Northing of the first station.

alpha1

DoA of the first station.

x2

Easting of the second station.

y2

Northing of the second station.

alpha2

DoA of the second station.

Value

Vector with Easting x and Northing y of triangulated position.

Author(s)

Dipl.-Phys. Ralf Zeidler, ralf.zeidler@fridata.de

Examples

1
triang(0,0,45,10,0,315)

radiotrackingeu/radiotrackingeu documentation built on May 20, 2019, 12:36 p.m.