Microsoft DirectX 8.1 (C++)

D3DVECTOR

Defines a vector.

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

Members

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

Requirements

  Header: Declared in D3d8types.h.