Q4: Quaternions

Description Usage Arguments Details Value See Also

Description

Create a unit quaternion

Usage

1
2
3
4
5
6
7
  Q4(U, ...)

  ## Default S3 method:
 Q4(U, theta = NULL)

  ## S3 method for class 'SO3'
 Q4(R)

Arguments

U

three-dimensional vector describing the fix axis of the rotation

...

additional arguments

Details

Create quaternion representing the rotation of the identity matrix about the axis U throught the angle theta. This can be accomplished by providing the axis and angle explicitly or by providing the rotation in some other form, e.g. a matrix in SO(3) or Euler angles.

Value

unit quaternion of class "Q4"

NULL

NULL

See Also

Other Q4: as.Q4, id.Q4, Q4-class

Other Q4: as.Q4, id.Q4, Q4-class

Other Q4: as.Q4, id.Q4, Q4-class


heike/rotations documentation built on May 17, 2019, 3:24 p.m.