Description | ||||||||
Transforms the in_vector to the out_vector by the specified transformation matrix (rotation only). | ||||||||
Synopsis | ||||||||
#include <ProAsmcomppath.h> | ||||||||
ProError | ProVectorTrfEval | ( | ||||||
ProVector in_vector | ||||||||
/* (In) | ||||||||
The vector to transform. | ||||||||
*/ | ||||||||
ProMatrix trf | ||||||||
/* (In) | ||||||||
The transformation matrix. | ||||||||
*/ | ||||||||
ProVector out_vector | ||||||||
/* (Out) | ||||||||
The result. This can be the same as in_vector. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|