Description Usage Arguments Value References See Also Examples
View source: R/n_E_and_wa2R_EL.R
Calculate the rotation matrix (direction cosine matrix) R_EL
using
n-vector (n_E
) and the wander azimuth angle.
When wander_azimuth = 0
, we have that N = L (See Table 2 in Gade (2010) for
details)
1 | n_E_and_wa2R_EL(n_E, wander_azimuth)
|
n_E |
n-vector decomposed in E (3x1 vector) (no unit) |
wander_azimuth |
The angle between L's x-axis and north, positive about L's z-axis (rad) |
The resulting rotation matrix (3x3) (no unit)
Kenneth Gade A Nonsingular Horizontal Position Representation. The Journal of Navigation, Volume 63, Issue 03, pp 395-417, July 2010.
R_EL2n_E
, R_EN2n_E
and n_E2R_EN
.
1 2 3 4 | # Calculates the rotation matrix (direction cosine matrix) R_EL
# using n-vector (n_E) and the wander azimuth angle.
n_E <- c(1, 0, 0)
(R_EL <- n_E_and_wa2R_EL(n_E, wander_azimuth = pi / 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.