Microsoft DirectX 9.0 SDK Update (October 2004) |
The D3DVECTOR structure defines a vector.
Syntax
typedef struct _D3DVECTOR {
float x;
float y;
float z;
} D3DVECTOR;
Members
x, y, z
Values for the axes of the vector.
Requirements
Header: Dsound.h
See Also