palDav2m

Form the rotation matrix corresponding to a given axial vector

Description:

A rotation matrix describes a rotation about some arbitrary axis, called the Euler axis. The " axial vector" supplied to this routine has the same direction as the Euler axis, and its magnitude is the amount of rotation in radians.

Invocation

palDav2m( double axvec[3], double rmat[3][3] );

Arguments

axvec = double [3] (Given)
Axial vector (radians)
rmat = double [3][3] (Returned)
Rotation matrix.

Notes: