GEOmatrixIdentity

Top  Previous  Next

Construction of the identity matrix.

Parametre

matrix (DMATRIX *) [IN / OUT]

Pointer on a matrix which becomes the identity matrix.

Result

---

Declaration

#include "basic.h"

 

void DLLENTRY GEOmatrixIdentity (

DMATRIX * matrix

);

Related functions

GEOmatrixScale

GEOmatrixShear

GEOmatrixRotate

GEOmatrixTranslate

GEOconvertWithMatrix