다음을 통해 공유


XMVector2ReciprocalLength 함수(directxmath.h)

2D 벡터 길이의 상호 계산

구문

XMVECTOR XM_CALLCONV XMVector2ReciprocalLength(
  [in] FXMVECTOR V
) noexcept;

매개 변수

[in] V

2D 벡터입니다.

반환 값

V 길이의 상호를 반환합니다.

설명

플랫폼 요구 사항

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

요구 사항

   
대상 플랫폼 Windows
헤더 directxmath.h(DirectXMath.h 포함)

추가 정보

DirectXMath 라이브러리 2D 벡터 기하학적 함수

XMVector2ReciprocalLengthEst