ベクトルを定義する。
typedef struct _D3DVECTOR { float x; float y; float z; } D3DVECTOR;
ヘッダー : D3d8types.h で宣言。