| 名前 | 解説 | |
|---|---|---|
![]() | Matrix コンストラクタ | Initializes a new instance of the Matrix struct. |
Matrixデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Matrix コンストラクタ | Initializes a new instance of the Matrix struct. |
| 名前 | 解説 | |
|---|---|---|
![]() ![]() | Identity | Gets the identity matrix. |
![]() | M11 | Element (1,1) |
![]() | M12 | Element (1,2) |
![]() | M21 | Element (2,1) |
![]() | M22 | Element (2,2) |
![]() | OffsetX | Element (3,1) |
![]() | OffsetY | Element (3,2) |
| 名前 | 解説 | |
|---|---|---|
![]() | IsIdentity | Gets a value indicating whether this instance is an identity matrix. |
| 名前 | 解説 | |
|---|---|---|
![]() | Multiply | オーバーロードされます。 Multiplies the current matrix by another matrix passed as parameter, returns the resulting matrix in the output parameter. |
![]() | ToString | Returns string representation of this instance. |
![]() | Transform | オーバーロードされます。 Transforms a point by this matrix. |