Matrix.AffineTransformation2D メソッド
アセンブリ: 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 Matrix AffineTransformation2D ( float scaling, Vector2 rotationCenter, float rotation, Vector2 translation )
public static function AffineTransformation2D ( scaling : float, rotationCenter : Vector2, rotation : float, translation : Vector2 ) : Matrix
戻り値
アフィン変換行列である Matrix 構造体。
 解説
解説AffineTransformation2D メソッドは、左から右に評価される行列連結を使った次の数式によって、アフィン変換行列を計算します。
M out = M s * (M rc )-1 * M r * M rc * M t
指定項目 :
-  M t = 平行移動行列 (translation) 
 .NET Framework のセキュリティ
.NET Framework のセキュリティ プラットフォーム
プラットフォームWindows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照- Matrix.AffineTransformation2D メソッドのページへのリンク

 
                             
                    


