Matrix.Transformation 메서드
업데이트: 2007년 11월
변환 매트릭스를 만듭니다.
네임스페이스: Microsoft.WindowsMobile.DirectX
어셈블리: Microsoft.WindowsMobile.DirectX(Microsoft.WindowsMobile.DirectX.dll)
구문
‘선언
Public Shared Function Transformation ( _
scalingCenter As Vector3, _
scalingRotation As Quaternion, _
scaling As Vector3, _
rotationCenter As Vector3, _
rotation As Quaternion, _
translation As Vector3 _
) As Matrix
‘사용 방법
Dim scalingCenter As Vector3
Dim scalingRotation As Quaternion
Dim scaling As Vector3
Dim rotationCenter As Vector3
Dim rotation As Quaternion
Dim translation As Vector3
Dim returnValue As Matrix
returnValue = Matrix.Transformation(scalingCenter, _
scalingRotation, scaling, rotationCenter, _
rotation, translation)
public static Matrix Transformation(
Vector3 scalingCenter,
Quaternion scalingRotation,
Vector3 scaling,
Vector3 rotationCenter,
Quaternion rotation,
Vector3 translation
)
public:
static Matrix Transformation(
Vector3 scalingCenter,
Quaternion scalingRotation,
Vector3 scaling,
Vector3 rotationCenter,
Quaternion rotation,
Vector3 translation
)
public static function Transformation(
scalingCenter : Vector3,
scalingRotation : Quaternion,
scaling : Vector3,
rotationCenter : Vector3,
rotation : Quaternion,
translation : Vector3
) : Matrix
매개 변수
scalingCenter
형식: Microsoft.WindowsMobile.DirectX.Vector3크기 조정의 중심점을 나타내는 Vector3 구조체입니다.
scalingRotation
형식: Microsoft.WindowsMobile.DirectX.Quaternion크기 조정 및 회전을 지정하는 Quaternion 구조체입니다. 크기 조정을 하지 않도록 지정하려면 Identity를 사용합니다.
scaling
형식: Microsoft.WindowsMobile.DirectX.Vector3크기 조정 벡터인 Vector3 구조체입니다.
rotationCenter
형식: Microsoft.WindowsMobile.DirectX.Vector3회전의 중심점인 Vector3 구조체입니다.
rotation
형식: Microsoft.WindowsMobile.DirectX.Quaternion회전을 지정하는 Quaternion 구조체입니다. 회전하지 않도록 지정하려면 Identity를 사용합니다.
translation
형식: Microsoft.WindowsMobile.DirectX.Vector3
반환 값
형식: Microsoft.WindowsMobile.DirectX.Matrix
변환된 Matrix 구조체입니다.
설명
Transformation 메서드는 왼쪽에서 오른쪽으로 매트릭스를 연결하도록 계산되는 다음 수식을 사용하여 변환 매트릭스를 계산합니다.
M out = (M sc)-1 * (M sr)-1 * M s * M sr * M sc * (M rc)-1 * M r * M rc * M t
다음은 각 문자에 대한 설명입니다.
M out = 출력 변환 매트릭스(반환 값)
M sc = 크기 조정 중심 매트릭스(scalingCenter)
M sr = 크기 조정 및 회전 매트릭스(scalingRotation)
M s = 크기 조정 매트릭스(scaling)
M rc = 회전 매트릭스의 중심(rotationCenter)
M r = 회전 매트릭스(rotation)
M t = 이동 매트릭스(translation)
3차원 관계 변환인 경우 AffineTransformation2D를 사용합니다.
권한
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
플랫폼
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Compact Framework
3.5, 2.0에서 지원