Searched defs:D3DXVECTOR3 (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dd3dx9math.h69 typedef struct D3DXVECTOR3 : public D3DVECTOR struct in inherits:D3DVECTOR
71 D3DXVECTOR3();
72 D3DXVECTOR3(const FLOAT *pf);
73 D3DXVECTOR3(const D3DVECTOR& v);
74 D3DXVECTOR3(FLOAT fx, FLOAT fy, FLOAT fz);
79 D3DXVECTOR3& operator += (const D3DXVECTOR3&);
80 D3DXVECTOR3& operator -= (const D3DXVECTOR3&);
81 D3DXVECTOR3
96 } D3DXVECTOR3, *LPD3DXVECTOR3; typedef in typeref:struct:D3DXVECTOR3
98 typedef struct _D3DVECTOR D3DXVECTOR3, *LPD3DXVECTOR3; typedef in typeref:struct:_D3DVECTOR
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dd3dx9math.h69 typedef struct D3DXVECTOR3 : public D3DVECTOR struct in inherits:D3DVECTOR
71 D3DXVECTOR3();
72 D3DXVECTOR3(const FLOAT *pf);
73 D3DXVECTOR3(const D3DVECTOR& v);
74 D3DXVECTOR3(FLOAT fx, FLOAT fy, FLOAT fz);
79 D3DXVECTOR3& operator += (const D3DXVECTOR3&);
80 D3DXVECTOR3& operator -= (const D3DXVECTOR3&);
81 D3DXVECTOR3
96 } D3DXVECTOR3, *LPD3DXVECTOR3; typedef in typeref:struct:D3DXVECTOR3
98 typedef struct _D3DVECTOR D3DXVECTOR3, *LPD3DXVECTOR3; typedef in typeref:struct:_D3DVECTOR
[all...]

Completed in 73 milliseconds