Matrix4x4
Definisce una matrice 4 x 4. Viene usato come matrice di trasformazione frame.
template Matrix4x4
{
< F6F23F45-7686-11cf-8F52-0040333594A3 >
array float matrix[16];
}
Dove:
- matrice float[16] - Matrice di 16 float.
Vedi anche
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
Definisce una matrice 4 x 4. Viene usato come matrice di trasformazione frame.
template Matrix4x4
{
< F6F23F45-7686-11cf-8F52-0040333594A3 >
array float matrix[16];
}
Dove: