Microsoft DirectX 9.0 |
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: Declared in D3d8types.h.
See Also