Learn R Programming

nvctr (version 0.1.4)

n_E2R_EN: 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

Run this code
# NOT RUN {
n_E2R_EN(c(1, 0, 0))

# }

Run the code above in your browser using DataLab