Partager via


Matrix4x4F::operator*, méthode (d2d1_1helper.h)

Multiplie cette matrice avec la matrice spécifiée et retourne le résultat.

Syntaxe

Matrix4x4F operator*(
  [ref] const Matrix4x4F & matrix
);

Paramètres

[ref] matrix

Type : const Matrix4x4F

Matrice par laquelle multiplier.

Valeur retournée

Type : Matrix4x4F

Résultat de la multiplication de matrice.

Configuration requise

   
Plateforme cible Windows
En-tête d2d1_1helper.h

Voir aussi

Matrix4x4F