BolterLibrary.NativeDx.D3DXMatrixRotationY C# (CSharp) Method

D3DXMatrixRotationY() private method

private D3DXMatrixRotationY ( D3DXMATRIX &pOut, System.Single Angle ) : IntPtr
pOut D3DXMATRIX
Angle System.Single
return System.IntPtr
        private static extern IntPtr D3DXMatrixRotationY(
             out D3DXMATRIX pOut,
             Single Angle
            );