このクラスのメンバの一覧は、Matrix4x4メンバを参照してください。
パブリック プロパティ
| 名前 | 解説 |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Column1 | Gets or sets the first column in the matrix; that is M11, M21, M31, and M41. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Column2 | Gets or sets the second column in the matrix; that is M12, M22, M32, and M42. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Column3 | Gets or sets the third column in the matrix; that is M13, M23, M33, and M43. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Column4 | Gets or sets the fourth column in the matrix; that is M14, M24, M34, and M44. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Determinant | Calculates the determinant of the matrix. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | IsIdentity | Gets a value indicating whether this instance is an identity matrix. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Item | オーバーロードされます。 Gets or sets the component at the specified index. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Row1 | Gets or sets the first row in the matrix; that is M11, M12, M13, and M14. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Row2 | Gets or sets the second row in the matrix; that is M21, M22, M23, and M24. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Row3 | Gets or sets the third row in the matrix; that is M31, M32, M33, and M34. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Row4 | Gets or sets the fourth row in the matrix; that is M41, M42, M43, and M44. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | ScaleVector | Gets or sets the scale of the matrix; that is M11, M22, and M33. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | TranslationVector | Gets or sets the translation of the matrix; that is M41, M42, and M43. |
トップ
参照