n_E2R_EN: Find the rotation matrix R_EN from n-vector

Description Usage Arguments Value References See Also Examples

View source: R/n_E2R_EN.R

Description

Find the rotation matrix R_EN from n-vector

Usage

1
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

1
n_E2R_EN(c(1, 0, 0))

nvctr documentation built on Oct. 28, 2020, 5:07 p.m.