GEOmatrixIdentity

Top  Previous  Next

Erstellen der Einheitsmatrix.

Parameter

matrix (DMATRIX *)                           [IN/OUT]

Zeiger auf eine Matrix, die zur Einheitsmatrix wird.

Ergebnis

---

Deklaration

#include "basic.h"

 

void DLLENTRY GEOmatrixIdentity (

     DMATRIX *      matrix

);

Verwandte Funktionen

GEOmatrixScale

GEOmatrixShear

GEOmatrixRotate

GEOmatrixTranslate

GEOconvertWithMatrix