D3DVECTOR, structure (D3DX10Math. h)

Vecteur 3D.

Syntaxe

typedef struct D3DVECTOR {
  float x;
  float y;
  float z;
} D3DVECTOR, *LPD3DVECTOR;

Membres

x

Type : float

Composant x.

y

Type : float

Composant y.

Lettre

Type : float

Composant z.

Configuration requise

Condition requise Valeur
En-tête
D3DX10Math. h

Voir aussi

Structures D3DX