Matrix3x2
M11
M12
M21
M22
M31
M32
Matrix3x2(Single, Single, Single, Single, Single, Single)
Identity
IsIdentity
this[Int32, Int32]
this[Int32]
Translation
X
Y
Z
Add(Matrix3x2, Matrix3x2)
Create(Single)
Create(Vector2)
Create(Vector2, Vector2, Vector2)
Create(Single, Single, Single, Single, Single, Single)
CreateRotation(Single)
CreateRotation(Single, Vector2)
CreateScale(Single)
CreateScale(Vector2)
CreateScale(Single, Single)
CreateScale(Single, Vector2)
CreateScale(Vector2, Vector2)
CreateScale(Single, Single, Vector2)
CreateSkew(Single, Single)
CreateSkew(Single, Single, Vector2)
CreateTranslation(Vector2)
CreateTranslation(Single, Single)
Equals(Matrix3x2)
Equals(Object)
GetDeterminant()
GetElement(Int32, Int32)
GetHashCode()
GetRow(Int32)
Invert(Matrix3x2, Matrix3x2)
Lerp(Matrix3x2, Matrix3x2, Single)
Multiply(Matrix3x2, Matrix3x2)
Multiply(Matrix3x2, Single)
Negate(Matrix3x2)
Subtract(Matrix3x2, Matrix3x2)
ToString()
WithElement(Int32, Int32, Single)
WithRow(Int32, Vector2)
operator -(Matrix3x2)
operator -(Matrix3x2, Matrix3x2)
operator !=(Matrix3x2, Matrix3x2)
operator *(Matrix3x2, Matrix3x2)
operator *(Matrix3x2, Single)
operator +(Matrix3x2, Matrix3x2)
operator ==(Matrix3x2, Matrix3x2)
ToMatrix(Matrix3x2)
net10.0
namespace System.Numerics
{
[DefaultMember("Item")]
public struct Matrix3x2 : IEquatable<Matrix3x2>
{
public static Matrix3x2 Multiply(Matrix3x2 value1, float value2);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
| .NET Framework | 4.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Numerics.Vectors , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API