GEOconvertWithMatrix |
Top Previous Next |
Co-ordinates with 3×3-matrix convert. Transformation co-ordinates to matrix apply. Parametre matrix (DMATRIX *) [IN / OUT] Pointer on 3×3-matrix. x (STANDS IN *) [IN / OUT] Co-ordinate on the x axis. y (STANDS IN *) [IN / OUT] Co-ordinate on the Y axis. z (STANDS IN *) [IN / OUT] Co-ordinate on the z axis. Result --- Declaration #include "basic.h"
void DLLENTRY GEOconvertWithMatrix ( DMATRIX * matrix, STAND-IN * x, STAND-IN * y, STAND-IN * z ); Related functions
|