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 構造体