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
            );