Function ProMatrixInit
Description
Constructs the transformation matrix from the specified three vectors and the origin.
Synopsis
#include <ProAsmcomppath.h>
ProMatrixInit
(
ProVector x_vector
/* (In)
The X-axis vector, defined as (X, Y, Z)
*/
ProVector y_vector
/* (In)
The Y-axis vector, defined as (X, Y, Z)
*/
ProVector z_vector
/* (In)
The Z-axis vector, defined as (X, Y, Z)
*/
ProPoint3d origin
/* (In)
The origin point, defined as (X, Y, Z)
*/
ProMatrix matrix
/* (Out)
The transformation matrix
*/
)
Returns
The function successfully constructed the matrix.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Isto foi útil?