다음을 통해 공유


Matrix.RotationAxis 메서드

업데이트: 2007년 11월

임의의 축을 기준으로 매트릭스를 회전시킵니다.

네임스페이스:  Microsoft.WindowsMobile.DirectX
어셈블리:  Microsoft.WindowsMobile.DirectX(Microsoft.WindowsMobile.DirectX.dll)

구문

‘선언
Public Shared Function RotationAxis ( _
    axisRotation As Vector3, _
    angle As Single _
) As Matrix
‘사용 방법
Dim axisRotation As Vector3
Dim angle As Single
Dim returnValue As Matrix

returnValue = Matrix.RotationAxis(axisRotation, _
    angle)
public static Matrix RotationAxis(
    Vector3 axisRotation,
    float angle
)
public:
static Matrix RotationAxis(
    Vector3 axisRotation, 
    float angle
)
public static function RotationAxis(
    axisRotation : Vector3, 
    angle : float
) : Matrix

매개 변수

  • angle
    형식: System.Single

    라디안 단위의 회전 각도입니다. 각도는 회전 축을 따라 원점쪽을 바라본 상태에서 시계 방향으로 측정됩니다.

반환 값

형식: Microsoft.WindowsMobile.DirectX.Matrix

axisRotation 회전을 라디안 단위의 각도로 표현한 Matrix입니다.

권한

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

플랫폼

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에서 지원

참고 항목

참조

Matrix 구조체

Matrix 멤버

Microsoft.WindowsMobile.DirectX 네임스페이스