D3DVECTOR
This structure 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
OS Versions: Windows CE .NET 4.0 and later.
Header: D3d8types.h.
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.