Matrix3x2
M11
M12
M21
M22
M31
M32
Matrix3x2(Single, Single, Single, Single, Single, Single)
Identity
IsIdentity
this[Int32, Int32]
Translation
Add(Matrix3x2, Matrix3x2)
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()
GetHashCode()
Invert(Matrix3x2, Matrix3x2)
Lerp(Matrix3x2, Matrix3x2, Single)
Multiply(Matrix3x2, Matrix3x2)
Multiply(Matrix3x2, Single)
Negate(Matrix3x2)
Subtract(Matrix3x2, Matrix3x2)
ToString()
operator -(Matrix3x2)
operator -(Matrix3x2, Matrix3x2)
operator !=(Matrix3x2, Matrix3x2)
operator *(Matrix3x2, Matrix3x2)
operator *(Matrix3x2, Single)
operator +(Matrix3x2, Matrix3x2)
operator ==(Matrix3x2, Matrix3x2)
ToMatrix(Matrix3x2)
net9.0
namespace System.Numerics
{
[DefaultMember("Item")]
public struct Matrix3x2 : IEquatable<Matrix3x2>
{
public float this[int row, int column] { get; set; }
}
}
nuget.org | 0.0 %
Reference this API 0.0 %
Get property 0.0 %
Set property |
---|---|
.NET | 7.08.09.0 |
Information specific to net9.0 | |
Assembly | System.Numerics.Vectors , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |
- Built-in API
- Package-provided API