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)
netcoreapp2.0
namespace System.Numerics
{
public struct Matrix3x2 : IEquatable<Matrix3x2>
{
public static Matrix3x2 CreateSkew(float radiansX, float radiansY);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
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 netcoreapp2.0 | |
Assembly | System.Numerics.Vectors , Version=4.1.3.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API