BolterLibrary.NativeDx.D3DXMatrixRotationY C# (CSharp) 메소드

D3DXMatrixRotationY() 개인적인 메소드

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