Estrutura D3DVECTOR (D3DX10Math.h)
Um vetor 3D.
Sintaxe
typedef struct D3DVECTOR {
float x;
float y;
float z;
} D3DVECTOR, *LPD3DVECTOR;
Membros
-
x
-
Tipo: float
-
O componente x.
-
y
-
Tipo: float
-
O componente y.
-
z
-
Tipo: float
-
O componente z.
Requisitos
Requisito | Valor |
---|---|
parâmetro |
|
Confira também