Struttura D3DVECTOR (D3DX10Math.h)
Vettore 3D.
Sintassi
typedef struct D3DVECTOR {
float x;
float y;
float z;
} D3DVECTOR, *LPD3DVECTOR;
Members
-
x
-
Tipo: float
-
Componente x.
-
y
-
Tipo: float
-
Componente y.
-
Z
-
Tipo: float
-
Componente z.
Requisiti
Requisito | Valore |
---|---|
Intestazione |
|
Vedi anche