Create an orientation using quaternions
quaternion.Rd
Creates a quaternion-class
object.
Details
The rows of m
are 4 element unit vectors interpreted as
follows: the first 3 (x,y,z)
define the axis of rotation,
and the last element gives the cosine of half the angle of
rotation in a counter-clockwise direction when looking down the
axis towards the origin.
Value
A quaternion-class
object.