n_E2R_EN {nvctr} | R Documentation |
Find the rotation matrix R_EN from n-vector
Description
Find the rotation matrix R_EN from n-vector
Usage
n_E2R_EN(n_E)
Arguments
n_E |
n-vector decomposed in E (3x1 vector) (no unit) |
Value
The resulting rotation matrix (direction cosine matrix) (no unit)
References
Kenneth Gade A Nonsingular Horizontal Position Representation. The Journal of Navigation, Volume 63, Issue 03, pp 395-417, July 2010.
See Also
R_EN2n_E
, n_E_and_wa2R_EL
and R_EL2n_E
.
Examples
n_E2R_EN(c(1, 0, 0))
[Package nvctr version 0.1.4 Index]