?/TD>
Microsoft DirectX 9.0

D3DVECTOR Structure


Defines a vector.

Syntax

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

Members

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

Structure Information

Headerd3d9types.h
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.