Function ProVectorTrfEval
Description
Transforms the in_vector to the out_vector by the specified transformation matrix (rotation only).
Synopsis
#include <ProAsmcomppath.h>
ProVectorTrfEval
(
ProVector in_vector
/* (In)
The vector to transform.
*/
/* (In)
The transformation matrix.
*/
ProVector out_vector
/* (Out)
The result. This can be the same as in_vector.
*/
)
Returns
The function successfully transformed the in_vector.
One or more of the input arguments are invalid (NULL).
Sample Code References
User Guide References
¿Fue esto útil?