Estructura D3DVECTOR (D3DX10Math.h)
Vector 3D.
Sintaxis
typedef struct D3DVECTOR {
float x;
float y;
float z;
} D3DVECTOR, *LPD3DVECTOR;
Miembros
-
x
-
Tipo: float
-
Componente x.
-
y
-
Tipo: float
-
Componente y.
-
z
-
Tipo: float
-
Componente z.
Requisitos
Requisito | Value |
---|---|
Encabezado |
|
Consulte también