Bitmap for UWP
Matrix3x2 構造体 メンバ
フィールド  プロパティ  メソッド 

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 : Matrix3x2 構造体

Matrix3x2データ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタオーバーロードされます。   
トップ
パブリック フィールド
 名前解説
Public フィールドstatic (Shared in Visual Basic)Gets the identity matrix.  
Public フィールドElement (1,1)  
Public フィールドElement (1,2)  
Public フィールドElement (2,1)  
Public フィールドElement (2,2)  
Public フィールドElement (3,1)  
Public フィールドElement (3,2)  
Public フィールドThe size of the Matrix3x2 type, in bytes.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets or sets the first column in the matrix; that is M11, M21, M31.  
Public プロパティGets or sets the second column in the matrix; that is M12, M22, M32, and M42.  
Public プロパティCalculates the determinant of this matrix.  
Public プロパティGets a value indicating whether this instance is an identity matrix.  
Public プロパティオーバーロードされます。 Gets or sets the component at the specified index.  
Public プロパティGets or sets the first row in the matrix; that is M11, M12.  
Public プロパティGets or sets the second row in the matrix; that is M21, M22.  
Public プロパティGets or sets the third row in the matrix; that is M31, M32.  
Public プロパティGets or sets the scale of the matrix; that is M11, M22.  
Public プロパティGets or sets the translation of the matrix; that is M41, M42.  
トップ
パブリック メソッド
 名前解説
Public メソッドstatic (Shared in Visual Basic)Determines the sum of two matrices.  
Public メソッドstatic (Shared in Visual Basic)Determines the sum of two matrices.  
Public メソッドstatic (Shared in Visual Basic)Divides a matrix by the given value.  
Public メソッドstatic (Shared in Visual Basic)Divides a matrix by the given value.  
Public メソッドオーバーロードされます。 Determines whether the specified Matrix3x2is equal to this instance.  
Public メソッドDetermines whether the specified Matrix3x2 is equal to this instance.  
Public メソッドReturns a hash code for this instance.  
Public メソッドstatic (Shared in Visual Basic)Element-wise division of two matrices.  
Public メソッドstatic (Shared in Visual Basic)Element-wise division of two matrices.  
Public メソッドstatic (Shared in Visual Basic)Determines the Hadamard (element-wise) product of two matrices.  
Public メソッドstatic (Shared in Visual Basic)Determines the Hadamard (element-wise) product of two matrices.  
Public メソッドstatic (Shared in Visual Basic)Calculates the inverse of the specified matrix.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Inverts the specified matrix. The return value indicates whether the operation succeeded.  
Public メソッドstatic (Shared in Visual Basic)Performs a linear interpolation between two matrices based on the given weighting.  
Public メソッドstatic (Shared in Visual Basic)Performs a linear interpolation between two matrices based on the given weighting.  
Public メソッドstatic (Shared in Visual Basic)Determines the product of two matrices.  
Public メソッドstatic (Shared in Visual Basic)Determines the product of two matrices.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Scales a matrix by the given value.  
Public メソッドstatic (Shared in Visual Basic)Scales a matrix by the given value.  
Public メソッドstatic (Shared in Visual Basic)Negates a matrix.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Negates a matrix in-place.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Creates a matrix that rotates.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Creates a matrix that rotates.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Creates a scale transformation matrix.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Creates a scale transformation matrix.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Creates a skew transformation that has the specified x-axis angle, y-axis angle, and center point.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Creates a skew transformation that has the specified x-axis angle and y-axis angle in radians.  
Public メソッドstatic (Shared in Visual Basic)Determines the difference between two matrices.  
Public メソッドstatic (Shared in Visual Basic)Determines the difference between two matrices.  
Public メソッドCreates an array containing the elements of the matrix.  
Public メソッドオーバーロードされます。 Returns a string that represents the current object.  
Public メソッドstatic (Shared in Visual Basic)Transforms a vector by this matrix.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Creates a translation matrix using the specified offsets.  
Public メソッドstatic (Shared in Visual Basic)Creates a translation matrix using the specified offsets.  
トップ
パブリック オペレータ
Adds two matricies.
Scales a matrix by a given value.
Tests for equality between two objects.
Performs an implicit conversion from Matrix3x2to Matrix3x2.
Tests for inequality between two objects.
オーバーロードされます。 Scales a matrix by a given value.
Subtracts two matricies.
Negates a matrix.
トップ
参照

Matrix3x2 構造体
C1.Util.DX 名前空間