Matrix.RotationAxis メソッド
[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 空白のトピックは、プレースホルダーとして挿入されています。]
任意の軸を中心に行列を回転します。
名前空間: 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
)
static member RotationAxis :
axisRotation:Vector3 *
angle:float32 -> Matrix
パラメーター
- axisRotation
型 : Microsoft.WindowsMobile.DirectX.Vector3
行列を回転する軸を識別する Vector3 構造体。
- angle
型 : System.Single
回転角度 (ラジアン単位)。回転軸に沿って始点の方向を見たときに、角度は時計回りの方向に計測されます。
戻り値
型 : Microsoft.WindowsMobile.DirectX.Matrix
角度のラジアンに基づいた、axisRotation を中心とした回転を表す Matrix。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分的に信頼される側のコードからライブラリの使用」を参照してください。
プラットフォーム
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET フレームワークのシステム要件」を参照してください。
バージョン情報
.NET Compact Framework
サポート対象 : 3.5、2.0