Searched refs:poutrotation (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9math.h | 293 HRESULT WINAPI D3DXMatrixDecompose(D3DXVECTOR3 *poutscale, D3DXQUATERNION *poutrotation, D3DXVECTOR…
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | math.c | 191 HRESULT WINAPI D3DXMatrixDecompose(D3DXVECTOR3 *poutscale, D3DXQUATERNION *poutrotation, D3DXVECTOR… in D3DXMatrixDecompose() argument 196 …TRACE("poutscale %p, poutrotation %p, pouttranslation %p, pm %p\n", poutscale, poutrotation, poutt… in D3DXMatrixDecompose() 232 D3DXQuaternionRotationMatrix(poutrotation,&normalized); in D3DXMatrixDecompose()
|