GEOmatrixShear

Top  Previous  Next

Elements of 3×3-matrix change.

Parametre

matrix (DMATRIX *) [IN / OUT]

Act on 3×3-matrix. His elements should be changed.

yToX (STANDS IN) [IN]

The value from yToX becomes to the element m12 dazuaddiert.

zToX (STANDS IN) [IN]

The value from zToX becomes to the element m13 dazuaddiert.

xToY (STANDS IN) [IN]

The value from xToY becomes to the element m21 dazuaddiert.

zToY (STANDS IN) [IN]

The value from zToY becomes to the element m23 dazuaddiert.

xToZ (STANDS IN) [IN]

The value from xToZ becomes to the element m31 dazuaddiert.

yToZ (STANDS IN) [IN]

The value from yToZ becomes to the element m32 dazuaddiert.

Result

---

Declaration

#include "basic.h"

 

void DLLENTRY GEOmatrixShear (

DMATRIX * matrix,

STAND-IN yToX,

STAND-IN zToX,

STAND-IN xToY,

STAND-IN zToY,

STAND-IN yToZ

);

Related functions

GEOmatrixIdentity

GEOmatrixScale

GEOmatrixRotate

GEOmatrixTranslate

GEOconvertWithMatrix