GEOconvertWithMatrix

Top  Previous  Next

Koordinaten mit einer 3×3-Matrix konvertieren.

Transformationskoordinaten auf Matrix anwenden.

Parameter

matrix (DMATRIX *)                           [IN/OUT]

Zeiger auf eine 3×3-Matrix.

x (DOUBLE *)                                     [IN/OUT]

Koordinate auf der x-Achse.

y (DOUBLE *)                                     [IN/OUT]

Koordinate auf der y-Achse.

z (DOUBLE *)                                     [IN/OUT]

Koordinate auf der z-Achse.

Ergebnis

---

Deklaration

#include "basic.h"

 

void DLLENTRY GEOconvertWithMatrix (

     DMATRIX *      matrix,

     DOUBLE *    x,

     DOUBLE *    y,

     DOUBLE *    z

);

Verwandte Funktionen

GEOmatrixIdentity

GEOmatrixRotate

GEOmatrixScale

GEOmatrixShear

GEOmatrixTranslate