D3DVECTOR 结构 (D3DX10Math.h)

3D 矢量。

语法

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

成员

x

类型: float

x 分量。

y

类型: float

y 组件。

z

类型: float

z 分量。

要求

要求
标头
D3DX10Math.h

请参阅

D3DX 结构