Share via


XMVector3TransformNormal 함수(directxmath.h)

지정된 행렬에 의해 3D 벡터 정규를 변환합니다.

구문

XMVECTOR XM_CALLCONV XMVector3TransformNormal(
  [in] FXMVECTOR V,
  [in] FXMMATRIX M
) noexcept;

매개 변수

[in] V

3D 일반 벡터입니다.

[in] M

변환 매트릭스.

반환 값

변환된 벡터를 반환합니다.

설명

XMVector3TransformNormal 는 회전 및 크기 조정을 위해 입력 행렬 행 0, 1 및 2를 사용하여 변환을 수행하고 행 3을 무시합니다.

플랫폼 요구 사항

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

요구 사항

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

추가 정보

DirectXMath 라이브러리 3D 벡터 변환 함수

XMVector3TransformNormalStream