Matrix.AffineTransformation2D 메서드
업데이트: 2007년 11월
xy 평면에 2차원 관계 변환 매트릭스를 만듭니다.
네임스페이스: Microsoft.WindowsMobile.DirectX
어셈블리: Microsoft.WindowsMobile.DirectX(Microsoft.WindowsMobile.DirectX.dll)
구문
‘선언
Public Shared Function AffineTransformation2D ( _
scaling As Single, _
rotationCenter As Vector2, _
rotation As Single, _
translation As Vector2 _
) As Matrix
‘사용 방법
Dim scaling As Single
Dim rotationCenter As Vector2
Dim rotation As Single
Dim translation As Vector2
Dim returnValue As Matrix
returnValue = Matrix.AffineTransformation2D(scaling, _
rotationCenter, rotation, translation)
public static Matrix AffineTransformation2D(
float scaling,
Vector2 rotationCenter,
float rotation,
Vector2 translation
)
public:
static Matrix AffineTransformation2D(
float scaling,
Vector2 rotationCenter,
float rotation,
Vector2 translation
)
public static function AffineTransformation2D(
scaling : float,
rotationCenter : Vector2,
rotation : float,
translation : Vector2
) : Matrix
매개 변수
scaling
형식: System.Single크기 조정 계수입니다. 값 0은 크기 조정이 없음을 나타냅니다.
rotationCenter
형식: Microsoft.WindowsMobile.DirectX.Vector2
rotation
형식: System.Single회전 각도입니다. 값 0은 회전하지 않음을 나타냅니다.
translation
형식: Microsoft.WindowsMobile.DirectX.Vector2이동을 나타내는 Vector2 구조체입니다. 이동하지 않도록 지정하려면 Vector2.Empty를 사용합니다.
반환 값
형식: Microsoft.WindowsMobile.DirectX.Matrix
관계 변환 매트릭스인 Matrix 구조체입니다.
설명
AffineTransformation2D 메서드는 왼쪽에서 오른쪽으로 매트릭스를 연결하도록 계산되는 다음 수식을 사용하여 관계 변환 매트릭스를 계산합니다.
M out = M s * (M rc)-1 * M r * M rc * M t
다음은 각 문자에 대한 설명입니다.
M out = 출력 매트릭스(이 인스턴스)
M s = 크기 조정 매트릭스(scaling)
M rc = 회전 매트릭스의 중심(rotationCenter)
M r = 회전 매트릭스(rotation)
M t = 이동 매트릭스(translation)
권한
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
플랫폼
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에서 지원