powered by
Creates a rotvector-class object.
rotvector-class
rotvector(m)
A rotvector-class object.
n x 9 matrix or 9 element vector whose rows are vectorized 3x3 matrices, or an orientation object.
Duncan Murdoch
Converts a matrix whose rows are vectorized 3x3 matrices (in column-major form) into an rotvector-class object.
rotvector-class, rotmatrix, eulerzyx, eulerzxz, quaternion, skewvector, skewmatrix
rotmatrix
eulerzyx
eulerzxz
quaternion
skewvector
skewmatrix
x <- rotvector(c(0,1,0,-1,0,0,0,0,1)) x rotmatrix(x)
Run the code above in your browser using DataLab