roty4 {GEOmap} | R Documentation |
y-axis rotation matrix
roty4(vec)
vec |
vector of direction cosines |
Length of vector cannot be zero.
Matrix for rotation
Jonathan M. Lees<jonathan.lees@unc.edu>
Rogers and Adams
rotx4, rotdelta4
v = c(12,13,-4)
roty4(v)