Learn R Programming

rotations (version 0.1)

axis: Misorientation axis

Description

Determine the misorientation axis of a rotation.

Usage

axis(x, ...)

## S3 method for class 'SO3': axis(x, ...)

## S3 method for class 'Q4': axis(x, ...)

Arguments

x
$n\times p$ matrix where each row corresponds to a random rotation in matrix (p=9) or quaternion (p=4) form.
...
additional arguements.

Value

  • Axis in form of three dimensional vector of length one.

Details

Every rotation can be interpreted as some reference coordinate system rotated about an axis through an angle. These quantites are referred to as the misorientation axis and misorientation angle, respectively, in the material sciences literature. This function returns the misorentation axis associated with a rotation assuming the reference coordinate system is the identity.

See Also

angle