Matrix.AffineTransformation2D メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > Matrix.AffineTransformation2D メソッドの意味・解説 

Matrix.AffineTransformation2D メソッド

xy 平面2-D アフィン変換行列作成します

名前空間: 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 Matrix AffineTransformation2D
 (
    float scaling, 
    Vector2 rotationCenter, 
    float rotation, 
    Vector2 translation
)
public static function AffineTransformation2D
 (
    scaling : float, 
    rotationCenter : Vector2, 
    rotation : float, 
    translation : Vector2
) : Matrix

パラメータ

scaling

スケール ファクタ。0 はスケーリングしないことを示します

rotationCenter

回転中心を示すポイントを表す Vector2 構造体回転しない場合は、空の Vector2使用します

rotation

回転角度。0 は回転しないことを示します

translation

平行移動を表す Vector2 構造体平行移動しないことを指定するには、Vector2.Empty を使用します

戻り値
アフィン変換行列である Matrix 構造体

解説解説

AffineTransformation2D メソッドは、左から右に評価される行列連結使った次の数式によって、アフィン変換行列計算します

M out = M s * (M rc )-1 * M r * M rc * M t

指定項目 :

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からMatrix.AffineTransformation2D メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からMatrix.AffineTransformation2D メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からMatrix.AffineTransformation2D メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

Matrix.AffineTransformation2D メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



Matrix.AffineTransformation2D メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS