Matrix3x2データ型で公開されるメンバを以下の表に示します。
            
            パブリック コンストラクタ
            
            
            
            パブリック フィールド
            
            
            
            パブリック プロパティ
|   | 名前 | 解説 | 
  | Column1 | Gets or sets the first column in the matrix; that is M11, M21, M31.   | 
  | Column2 | Gets or sets the second column in the matrix; that is M12, M22, M32, and M42.   | 
  | Determinant | Calculates the determinant of this matrix.   | 
  | IsIdentity | Gets a value indicating whether this instance is an identity matrix.   | 
  | Item | オーバーロードされます。 Gets or sets the component at the specified index.   | 
  | Row1 | Gets or sets the first row in the matrix; that is M11, M12.   | 
  | Row2 | Gets or sets the second row in the matrix; that is M21, M22.   | 
  | Row3 | Gets or sets the third row in the matrix; that is M31, M32.   | 
  | ScaleVector | Gets or sets the scale of the matrix; that is M11, M22.   | 
  | TranslationVector | Gets or sets the translation of the matrix; that is M41, M42.   | 
トップ 
            
            
            
            パブリック メソッド
|   | 名前 | 解説 | 
   | Add | Determines the sum of two matrices.   | 
   | AddRef | Determines the sum of two matrices.   | 
   | Divide | Divides a matrix by the given value.   | 
   | DivideRef | Divides a matrix by the given value.   | 
  | Equals | オーバーロードされます。 Determines whether the specified Matrix3x2is equal to this instance.   | 
  | EqualsRef | Determines whether the specified Matrix3x2 is equal to this instance.   | 
  | GetHashCode | Returns a hash code for this instance.   | 
   | HadamardDivide | Element-wise division of two matrices.   | 
   | HadamardDivideRef | Element-wise division of two matrices.   | 
   | HadamardProduct | Determines the Hadamard (element-wise) product of two matrices.   | 
   | HadamardProductRef | Determines the Hadamard (element-wise) product of two matrices.   | 
   | Invert | Inverts the specified matrix.   | 
   | InvertRef | オーバーロードされます。 Inverts the specified matrix. The return value indicates whether the operation succeeded.   | 
   | Lerp | Performs a linear interpolation between two matrices based on the given weighting.   | 
   | LerpRef | Performs a linear interpolation between two matrices based on the given weighting.   | 
   | MatrixProduct | Determines the product of two matrices.   | 
   | MatrixProductRef | Determines the product of two matrices.   | 
   | Multiply | オーバーロードされます。 Scales a matrix by the given value.   | 
   | MultiplyRef | Scales a matrix by the given value.   | 
   | Negate | Negates a matrix in-place.   | 
   | NegateRef | オーバーロードされます。 Negates a matrix in-place.   | 
   | Rotation | オーバーロードされます。 Creates a matrix that rotates.   | 
   | RotationRef | オーバーロードされます。 Creates a matrix that rotates.   | 
   | Scale | オーバーロードされます。 Creates a scale transformation matrix.   | 
   | ScaleRef | オーバーロードされます。 Creates a scale transformation matrix.   | 
   | Skew | オーバーロードされます。 Creates a skew transformation that has the specified x-axis angle, y-axis angle, and center point.   | 
   | SkewRef | オーバーロードされます。 Creates a skew transformation that has the specified x-axis angle and y-axis angle in radians.   | 
   | Subtract | Determines the difference between two matrices.   | 
   | SubtractRef | Determines the difference between two matrices.   | 
  | ToArray | Creates an array containing the elements of the matrix.   | 
  | ToString | オーバーロードされます。 Returns a string that represents the current object.   | 
   | TransformPoint | Transforms a vector by this matrix.   | 
   | Translation | オーバーロードされます。 Creates a translation matrix using the specified offsets.   | 
   | TranslationRef | Creates a translation matrix using the specified offsets.   | 
トップ 
            
            
            
            
            
            
            
            
            パブリック オペレータ
            
            参照