BolterLibrary.NativeDx.D3DXMatrixMultiply C# (CSharp) Метод

D3DXMatrixMultiply() приватный Метод

private D3DXMatrixMultiply ( D3DXMATRIX &pOut, D3DXMATRIX &pM1, D3DXMATRIX &pM2 ) : IntPtr
pOut D3DXMATRIX
pM1 D3DXMATRIX
pM2 D3DXMATRIX
Результат System.IntPtr
        private static extern IntPtr D3DXMatrixMultiply(
             out D3DXMATRIX pOut,
             ref D3DXMATRIX pM1,
             ref D3DXMATRIX pM2
            );