Vector2.TransformNormal Methode

Definitie

Transformeert een vector normaal.

Overloads

Name Description
TransformNormal(Vector2, Matrix4x4)

Transformeert een vector normaal door de opgegeven 4x4-matrix.

TransformNormal(Vector2, Matrix3x2)

Transformeert een vector normaal door de opgegeven 3x2-matrix.

TransformNormal(Vector2, Matrix4x4)

Bron:
Vector2.cs
Bron:
Vector2.cs
Bron:
Vector2.cs
Bron:
Vector2.cs
Bron:
Vector2.cs

Transformeert een vector normaal door de opgegeven 4x4-matrix.

public:
 static System::Numerics::Vector2 TransformNormal(System::Numerics::Vector2 normal, System::Numerics::Matrix4x4 matrix);
public static System.Numerics.Vector2 TransformNormal(System.Numerics.Vector2 normal, System.Numerics.Matrix4x4 matrix);
static member TransformNormal : System.Numerics.Vector2 * System.Numerics.Matrix4x4 -> System.Numerics.Vector2
Public Shared Function TransformNormal (normal As Vector2, matrix As Matrix4x4) As Vector2

Parameters

normal
Vector2

De bronvector.

matrix
Matrix4x4

De matrix.

Retouren

De getransformeerde vector.

Van toepassing op

TransformNormal(Vector2, Matrix3x2)

Bron:
Vector2.cs
Bron:
Vector2.cs
Bron:
Vector2.cs
Bron:
Vector2.cs
Bron:
Vector2.cs

Transformeert een vector normaal door de opgegeven 3x2-matrix.

public:
 static System::Numerics::Vector2 TransformNormal(System::Numerics::Vector2 normal, System::Numerics::Matrix3x2 matrix);
public static System.Numerics.Vector2 TransformNormal(System.Numerics.Vector2 normal, System.Numerics.Matrix3x2 matrix);
static member TransformNormal : System.Numerics.Vector2 * System.Numerics.Matrix3x2 -> System.Numerics.Vector2
Public Shared Function TransformNormal (normal As Vector2, matrix As Matrix3x2) As Vector2

Parameters

normal
Vector2

De bronvector.

matrix
Matrix3x2

De matrix.

Retouren

De getransformeerde vector.

Van toepassing op