Home
last modified time | relevance | path

Searched refs:poutrotation (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Dd3dx9math.h293 HRESULT WINAPI D3DXMatrixDecompose(D3DXVECTOR3 *poutscale, D3DXQUATERNION *poutrotation, D3DXVECTOR…
/reactos/dll/directx/wine/d3dx9_36/
H A Dmath.c191 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()