このクラスのメンバの一覧は、Matrix4x4メンバを参照してください。
パブリック プロパティ
| 名前 | 解説 |
| Column1 | Gets or sets the first column in the matrix; that is M11, M21, M31, and M41. |
| Column2 | Gets or sets the second column in the matrix; that is M12, M22, M32, and M42. |
| Column3 | Gets or sets the third column in the matrix; that is M13, M23, M33, and M43. |
| Column4 | Gets or sets the fourth column in the matrix; that is M14, M24, M34, and M44. |
| Determinant | Calculates the determinant of the 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, M13, and M14. |
| Row2 | Gets or sets the second row in the matrix; that is M21, M22, M23, and M24. |
| Row3 | Gets or sets the third row in the matrix; that is M31, M32, M33, and M34. |
| Row4 | Gets or sets the fourth row in the matrix; that is M41, M42, M43, and M44. |
| ScaleVector | Gets or sets the scale of the matrix; that is M11, M22, and M33. |
| TranslationVector | Gets or sets the translation of the matrix; that is M41, M42, and M43. |
トップ
参照