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)
xamarinmac
namespace System.Numerics
{
public struct Matrix3x2 : IEquatable<Matrix3x2>
{
public float M32;
}
}
nuget.org | 0.2 % Reference this API 0.2 % Read field 0.0 % Write field |
---|---|
Upgrade Planner | 0.1 % Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 1.01.12.02.12.23.03.1 |
.NET Framework | 4.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to xamarinmac | |
Assembly | System.Numerics , Version=2.0.5.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API