R_EL
Find n-vector from the rotation matrix (direction cosine matrix) R_EL
R_EL2n_E(R_EL)
Rotation matrix (direction cosine matrix) (no unit)
n-vector decomposed in E (3x1 vector) (no unit)
Kenneth Gade A Nonsingular Horizontal Position Representation. The Journal of Navigation, Volume 63, Issue 03, pp 395-417, July 2010.
n_E2R_EN
, R_EL2n_E
and n_E_and_wa2R_EL
.
# NOT RUN {
R_EL <- matrix(
c(-1, 0, 0,
0, 1, 0,
0, 0, -1),
nrow = 3, ncol = 3, byrow = TRUE)
R_EL2n_E(R_EL)
# }
Run the code above in your browser using DataLab