다음을 통해 공유


XMMatrixAffineTransformation 함수(directxmath.h)

아핀 변환 매트릭스를 빌드합니다.

구문

XMMATRIX XM_CALLCONV XMMatrixAffineTransformation(
  [in] FXMVECTOR Scaling,
  [in] FXMVECTOR RotationOrigin,
  [in] FXMVECTOR RotationQuaternion,
  [in] GXMVECTOR Translation
) noexcept;

매개 변수

[in] Scaling

각 차원에 대한 크기 조정 요소의 벡터입니다.

[in] RotationOrigin

회전 중심을 식별하는 지점입니다.

[in] RotationQuaternion

회전 계수입니다.

[in] Translation

번역 오프셋.

반환 값

크기 조정, 회전 및 변환 정보에서 빌드된 아핀 변환 매트릭스를 반환합니다.

설명

플랫폼 요구 사항

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

요구 사항

   
대상 플랫폼 Windows
헤더 directxmath.h

추가 정보

DirectXMath 라이브러리 행렬 함수