Learn R Programming

rotations (version 0.1)

angle: Misorientation angle

Description

Compute the misorientation angle of a rotation.

Usage

angle(x)

## S3 method for class 'SO3': angle(x)

## S3 method for class 'Q4': angle(x)

Arguments

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

Value

  • Angle of rotation.

Details

Every rotation can be thought of 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 angle associated with a rotation assuming the reference coordinate system is the identity.

See Also

axis