| ?/TD> | 
| Microsoft DirectX 9.0 | 
Defines a vector.
Syntax
typedef struct _D3DVECTOR {
    float x, y, z;
} D3DVECTOR;Members
- x, y, z
 - Floating-point values describing the vector.
 
Structure Information
Header d3d9types.h Minimum operating systems Windows 98