このクラスのメンバの一覧は、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.   | 
トップ 
            
            
            
            参照