名前 | 解説 | |
---|---|---|
Matrix3x2 コンストラクタ | オーバーロードされます。 |
Matrix3x2データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Matrix3x2 コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Identity | Gets the identity matrix. | |
M11 | Element (1,1) | |
M12 | Element (1,2) | |
M21 | Element (2,1) | |
M22 | Element (2,2) | |
M31 | Element (3,1) | |
M32 | Element (3,2) | |
SizeInBytes | The size of the Matrix3x2 type, in bytes. |
名前 | 解説 | |
---|---|---|
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, and M32. | |
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 M31, M32. |
名前 | 解説 | |
---|---|---|
Add | Determines the sum of two matrices. | |
Divide | Divides a matrix by the given value. | |
Equals | オーバーロードされます。 Determines whether two instances of Matrix3x2 are equal. | |
GetHashCode | Returns a hash code for this instance. | |
HadamardDivide | Element-wise division of two matrices. | |
HadamardProduct | Determines the Hadamard (element-wise) product of two matrices. | |
Invert | Inverts the specified matrix. | |
Lerp | Performs a linear interpolation between two matrices based on the given weighting. | |
Multiply | オーバーロードされます。 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. | |
Scale | オーバーロードされます。 Creates a scale transformation matrix. | |
Skew | オーバーロードされます。 Creates a skew transformation that has the specified x-axis angle and y-axis angle in radians. | |
Subtract | 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 point by this matrix. | |
Translation | オーバーロードされます。 Creates a translation matrix using the specified offsets. |
加算演算子 | Adds two matricies. |
除算演算子 | Divides a matrix by a given value. |
等価判定演算子 | Tests for equality between two objects. |
暗黙的 キャスト 演算子 | Performs an implicit conversion from Matrix4x4 to Matrix3x2. |
等しくないか判定する演算子 | Tests for inequality between two objects. |
乗算 | オーバーロードされます。 Scales a matrix by a given value. |
減算演算子 | Subtracts two matricies. |
マイナス符号 | Negates a matrix. |