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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9math.h214 typedef struct D3DXPLANE struct
217 D3DXPLANE();
218 D3DXPLANE(const FLOAT *pf);
219 D3DXPLANE(FLOAT fa, FLOAT fb, FLOAT fc, FLOAT fd);
224 D3DXPLANE operator + () const;
225 D3DXPLANE operator - () const;
227 BOOL operator == (const D3DXPLANE&) const;
228 BOOL operator != (const D3DXPLANE&) const;
231 } D3DXPLANE, *LPD3DXPLANE; typedef in typeref:struct:D3DXPLANE
319 D3DXMATRIX* WINAPI D3DXMatrixReflect(D3DXMATRIX *pout, const D3DXPLANE *pplan
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8math.h216 typedef struct D3DXPLANE struct
219 D3DXPLANE();
220 D3DXPLANE(CONST FLOAT *pf);
221 D3DXPLANE(FLOAT fa, FLOAT fb, FLOAT fc, FLOAT fd);
226 D3DXPLANE operator + () const;
227 D3DXPLANE operator - () const;
229 BOOL operator == (CONST D3DXPLANE&) const;
230 BOOL operator != (CONST D3DXPLANE&) const;
233 } D3DXPLANE, *LPD3DXPLANE; typedef in typeref:struct:D3DXPLANE
303 D3DXMATRIX* WINAPI D3DXMatrixReflect(D3DXMATRIX *pout, CONST D3DXPLANE *pplan
[all...]
H A Dd3dx9math.h213 typedef struct D3DXPLANE struct
216 D3DXPLANE();
217 D3DXPLANE(CONST FLOAT *pf);
218 D3DXPLANE(FLOAT fa, FLOAT fb, FLOAT fc, FLOAT fd);
223 D3DXPLANE operator + () const;
224 D3DXPLANE operator - () const;
226 BOOL operator == (CONST D3DXPLANE&) const;
227 BOOL operator != (CONST D3DXPLANE&) const;
230 } D3DXPLANE, *LPD3DXPLANE; typedef in typeref:struct:D3DXPLANE
302 D3DXMATRIX* WINAPI D3DXMatrixReflect(D3DXMATRIX *pout, CONST D3DXPLANE *pplan
[all...]

Completed in 35 milliseconds