Vector2.TransformNormal Méthode

Définition

Transforme un vecteur normal.

Surcharges

Nom Description
TransformNormal(Vector2, Matrix3x2)

Transforme un vecteur normal par la matrice 3x2 donnée.

TransformNormal(Vector2, Matrix4x4)

Transforme un vecteur normal par la matrice 4x4 donnée.

TransformNormal(Vector2, Matrix3x2)

Transforme un vecteur normal par la matrice 3x2 donnée.

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

Paramètres

normal
Vector2

Vecteur source.

matrix
Matrix3x2

Matrice.

Retours

Vecteur transformé.

S’applique à

TransformNormal(Vector2, Matrix4x4)

Transforme un vecteur normal par la matrice 4x4 donnée.

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

Paramètres

normal
Vector2

Vecteur source.

matrix
Matrix4x4

Matrice.

Retours

Vecteur transformé.

S’applique à