Share via


XMConvertToRadians 함수(directxmath.h)

도 단위로 측정된 각도를 라디안 단위로 측정된 각도로 변환합니다.

구문

float XMConvertToRadians(
  [in] float fDegrees
) noexcept;

매개 변수

[in] fDegrees

각도의 크기(도)입니다.

반환 값

라디안 단위 각도의 크기입니다.

설명

플랫폼 요구 사항

Windows 8용 Windows SDK를 사용하는 Microsoft Visual Studio 2010 또는 Microsoft Visual Studio 2012. Win32 데스크톱 앱, Windows 스토어 앱 및 Windows Phone 8개 앱에서 지원됩니다.

요구 사항

   
대상 플랫폼 Windows
헤더 directxmath.h

추가 정보

DirectXMath 라이브러리 변환 함수

XMConvertToDegrees