D3DVECTOR

The D3DVECTOR structure defines a vector.

typedef struct D3DVECTOR {
    float x, y, z ;
} D3DVECTOR;

Members

x, y, z
Values for the axes of the vector.

Requirements

Header: Declared in Dsound.h.

See Also

Coordinates of 3D Space