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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9math.h77 typedef struct D3DXVECTOR3 : public D3DVECTOR struct in inherits:D3DVECTOR
79 D3DXVECTOR3();
80 D3DXVECTOR3(const FLOAT *pf);
81 D3DXVECTOR3(const D3DVECTOR& v);
82 D3DXVECTOR3(FLOAT fx, FLOAT fy, FLOAT fz);
87 D3DXVECTOR3& operator += (const D3DXVECTOR3&);
88 D3DXVECTOR3& operator -= (const D3DXVECTOR3&);
89 D3DXVECTOR3
104 } D3DXVECTOR3, *LPD3DXVECTOR3; typedef in typeref:struct:D3DXVECTOR3
106 typedef struct _D3DVECTOR D3DXVECTOR3, *LPD3DXVECTOR3; typedef in typeref:struct:_D3DVECTOR
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8math.h79 typedef struct D3DXVECTOR3 : public D3DVECTOR struct in inherits:D3DVECTOR
81 D3DXVECTOR3();
82 D3DXVECTOR3(CONST FLOAT *pf);
83 D3DXVECTOR3(CONST D3DVECTOR& v);
84 D3DXVECTOR3(FLOAT fx, FLOAT fy, FLOAT fz);
89 D3DXVECTOR3& operator += (CONST D3DXVECTOR3&);
90 D3DXVECTOR3& operator -= (CONST D3DXVECTOR3&);
91 D3DXVECTOR3
106 } D3DXVECTOR3, *LPD3DXVECTOR3; typedef in typeref:struct:D3DXVECTOR3
108 typedef struct _D3DVECTOR D3DXVECTOR3, *LPD3DXVECTOR3; typedef in typeref:struct:_D3DVECTOR
[all...]
H A Dd3dx9math.h76 typedef struct D3DXVECTOR3 : public D3DVECTOR struct in inherits:D3DVECTOR
78 D3DXVECTOR3();
79 D3DXVECTOR3(CONST FLOAT *pf);
80 D3DXVECTOR3(CONST D3DVECTOR& v);
81 D3DXVECTOR3(FLOAT fx, FLOAT fy, FLOAT fz);
86 D3DXVECTOR3& operator += (CONST D3DXVECTOR3&);
87 D3DXVECTOR3& operator -= (CONST D3DXVECTOR3&);
88 D3DXVECTOR3
103 } D3DXVECTOR3, *LPD3DXVECTOR3; typedef in typeref:struct:D3DXVECTOR3
105 typedef struct _D3DVECTOR D3DXVECTOR3, *LPD3DXVECTOR3; typedef in typeref:struct:_D3DVECTOR
[all...]

Completed in 200 milliseconds