skewvector: Create an orientation using the entries in a skew-symmetric matrix representation
Description
Creates a skewvector-class object.
Usage
skewvector(m)
Value
A skewvector-class object.
Arguments
m
n x 3 matrix or 3 element vector containing a the entries of a skew-symmetric matrix,
or an orientation object.
Author
Duncan Murdoch
Details
The rows of m are 3 element vectors (x,y,z) interpreted as
follows: the matrix exponential of the matrix ((0, -z, y), (z, 0, -x), (-y, x, 0))
is the SO(3) matrix.