n_E2lat_lon {nvctr} | R Documentation |
Convert n-vector to latitude and longitude
Description
Convert n-vector to latitude and longitude
Usage
n_E2lat_lon(n_E)
Arguments
n_E |
n-vector decomposed in E (3x1 vector) (no unit) |
Value
A vector of geodetic latitude and longitude (rad)
References
Kenneth Gade A Nonsingular Horizontal Position Representation. The Journal of Navigation, Volume 63, Issue 03, pp 395-417, July 2010.
See Also
Examples
n_E2lat_lon(c(1, 0, 0))
[Package nvctr version 0.1.4 Index]