Matrix3x2.CreateSkew Methode

Definition

Erstellt eine schiefe Matrix.

Überlädt

Name Beschreibung
CreateSkew(Single, Single)

Erstellt eine schiefe Matrix aus den angegebenen Winkeln in Bogenmaßen.

CreateSkew(Single, Single, Vector2)

Erstellt eine schiefe Matrix aus den angegebenen Winkeln in Bogenmaßen und einem Mittelpunkt.

CreateSkew(Single, Single)

Quelle:
Matrix3x2.cs
Quelle:
Matrix3x2.cs
Quelle:
Matrix3x2.cs
Quelle:
Matrix3x2.cs
Quelle:
Matrix3x2.cs

Erstellt eine schiefe Matrix aus den angegebenen Winkeln in Bogenmaßen.

public:
 static System::Numerics::Matrix3x2 CreateSkew(float radiansX, float radiansY);
public static System.Numerics.Matrix3x2 CreateSkew(float radiansX, float radiansY);
static member CreateSkew : single * single -> System.Numerics.Matrix3x2
Public Shared Function CreateSkew (radiansX As Single, radiansY As Single) As Matrix3x2

Parameter

radiansX
Single

Der X-Winkel in Bogenmaß.

radiansY
Single

Der Y-Winkel in Bogenmaß.

Gibt zurück

Die schiefe Matrix.

Gilt für:

CreateSkew(Single, Single, Vector2)

Quelle:
Matrix3x2.cs
Quelle:
Matrix3x2.cs
Quelle:
Matrix3x2.cs
Quelle:
Matrix3x2.cs
Quelle:
Matrix3x2.cs

Erstellt eine schiefe Matrix aus den angegebenen Winkeln in Bogenmaßen und einem Mittelpunkt.

public:
 static System::Numerics::Matrix3x2 CreateSkew(float radiansX, float radiansY, System::Numerics::Vector2 centerPoint);
public static System.Numerics.Matrix3x2 CreateSkew(float radiansX, float radiansY, System.Numerics.Vector2 centerPoint);
static member CreateSkew : single * single * System.Numerics.Vector2 -> System.Numerics.Matrix3x2
Public Shared Function CreateSkew (radiansX As Single, radiansY As Single, centerPoint As Vector2) As Matrix3x2

Parameter

radiansX
Single

Der X-Winkel in Bogenmaß.

radiansY
Single

Der Y-Winkel in Bogenmaß.

centerPoint
Vector2

Der Mittelpunkt.

Gibt zurück

Die schiefe Matrix.

Gilt für: