Microsoft DirectX 8.1 (C++) |
Defines a vector.
Syntax
typedef struct _D3DVECTOR {
float x;
float y;
float z;
} D3DVECTOR;
Members
x, y, z
Floating-point values describing the axes of the vector.
Requirements
Header: Declared in D3d8types.h.