Searched defs:D3DXVECTOR2 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9math.h45 typedef struct D3DXVECTOR2 struct
48 D3DXVECTOR2();
49 D3DXVECTOR2(const FLOAT *pf);
50 D3DXVECTOR2(FLOAT fx, FLOAT fy);
55 D3DXVECTOR2& operator += (const D3DXVECTOR2&);
56 D3DXVECTOR2& operator -= (const D3DXVECTOR2&);
57 D3DXVECTOR2& operator *= (FLOAT);
58 D3DXVECTOR2
74 } D3DXVECTOR2, *LPD3DXVECTOR2; typedef in typeref:struct:D3DXVECTOR2
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8math.h47 typedef struct D3DXVECTOR2 struct
50 D3DXVECTOR2();
51 D3DXVECTOR2(CONST FLOAT *pf);
52 D3DXVECTOR2(FLOAT fx, FLOAT fy);
57 D3DXVECTOR2& operator += (CONST D3DXVECTOR2&);
58 D3DXVECTOR2& operator -= (CONST D3DXVECTOR2&);
59 D3DXVECTOR2& operator *= (FLOAT);
60 D3DXVECTOR2
76 } D3DXVECTOR2, *LPD3DXVECTOR2; typedef in typeref:struct:D3DXVECTOR2
[all...]
H A Dd3dx9math.h44 typedef struct D3DXVECTOR2 struct
47 D3DXVECTOR2();
48 D3DXVECTOR2(CONST FLOAT *pf);
49 D3DXVECTOR2(FLOAT fx, FLOAT fy);
54 D3DXVECTOR2& operator += (CONST D3DXVECTOR2&);
55 D3DXVECTOR2& operator -= (CONST D3DXVECTOR2&);
56 D3DXVECTOR2& operator *= (FLOAT);
57 D3DXVECTOR2
73 } D3DXVECTOR2, *LPD3DXVECTOR2; typedef in typeref:struct:D3DXVECTOR2
[all...]

Completed in 42 milliseconds