RotationAxis

Computes the 4x4 matrix of the rotation around an arbitrary axis.

Syntax

IppStatus ippmRotationAxis_v3m4_32f (const Ipp32f* pSrc, Ipp32f angle, Ipp32f* pDst);

Parameters

pSrc
Pointer to the rotation axis.
angle
Rotation angle.
pDst
Pointer to the rotation matrix.

Description

The function ippmRotationAxis_v3m4_32f is declared in the ippm.h file. This function computes the 4x4 matrix of the rotation around the given axis with the given angle.

Return Values

ippStsNoErr

Indicates no error.

See Also


Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.