Description | ||||||||
Constructs the transformation matrix from the specified three vectors and the origin. | ||||||||
Synopsis | ||||||||
#include <ProAsmcomppath.h> | ||||||||
ProError | 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 | ||||||||
|