D3DVECTOR

Defines a vector.

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

Members

x, y, z
Floating-point values describing the vector.