Function ProPntTrfEval
Description
Transforms the in_point to the out_point by the specified transformation matrix (both shift and rotation).
Synopsis
#include <ProAsmcomppath.h>
ProPntTrfEval
(
ProVector in_point
/* (In)
The vector to transform.
*/
/* (In)
The transformation matrix.
*/
ProVector out_point
/* (Out)
The result. This can be the same as in_point.
*/
)
Returns
The function successfully transformed the in_point.
One or more of the input arguments are invalid (NULL).
Sample Code References
User Guide References
War dies hilfreich?