Computes the 4x4 rotation matrix defined by the Tait-Bryan angles.
IppStatus ippmRotationYawPitchRoll_m4_32f (Ipp32f yaw, Ipp32f pitch, Ipp32f roll, Ipp32f* pDst);
The function ippmRotationYawPitchRoll_m4_32f is declared in the ippm.h file. This function computes the 4x4 rotation matrix defined by the given yaw, pitch, and roll.
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.