Searched defs:D3DXMATRIX (Results 1 – 3 of 3) sorted by relevance
133 typedef struct D3DXMATRIX : public D3DMATRIX struct161 D3DXMATRIX operator * (FLOAT) const; argument168 } D3DXMATRIX, *LPD3DXMATRIX; typedef170 typedef struct _D3DMATRIX D3DXMATRIX, *LPD3DXMATRIX; typedef435 STDMETHOD_(D3DXMATRIX*, GetTop)(THIS) PURE; in DECLARE_INTERFACE_() local
351 inline D3DXMATRIX::D3DXMATRIX() function in D3DXMATRIX355 inline D3DXMATRIX::D3DXMATRIX(const FLOAT *pf) function in D3DXMATRIX361 inline D3DXMATRIX::D3DXMATRIX(const D3DMATRIX& mat) function in D3DXMATRIX366 inline D3DXMATRIX::D3DXMATRIX(FLOAT f11, FLOAT f12, FLOAT f13, FLOAT f14, function in D3DXMATRIX
537 STDMETHOD_(D3DXMATRIX *, GetBoneOffsetMatrix)(THIS_ DWORD bone) PURE; in DECLARE_INTERFACE_() local