Matrix4x4

Definiert eine Matrix von 4 x 4. Dies wird als Frametransformationsmatrix verwendet.

template Matrix4x4
{
    < F6F23F45-7686-11cf-8F52-0040333594A3 >
    array float matrix[16];
} 

Hierbei gilt:

  • Array float matrix[16] – Array mit 16 Floats.

Siehe auch

Vorlagen