Defines a vector.
typedef struct _D3DVECTOR { float x; float y; float z; } D3DVECTOR;
Header: Declared in D3d8types.h.