Vector2.TransformNormal Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Transforme un vecteur normal.
Surcharges
TransformNormal(Vector2, Matrix3x2) |
Transforme un vecteur normal par la matrice 3 x 2 donnée. |
TransformNormal(Vector2, Matrix4x4) |
Transforme un vecteur normal par la matrice 4 x 4 donnée. |
TransformNormal(Vector2, Matrix3x2)
- Source:
- Vector2.cs
- Source:
- Vector2.cs
- Source:
- Vector2.cs
Transforme un vecteur normal par la matrice 3 x 2 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)
- Source:
- Vector2.cs
- Source:
- Vector2.cs
- Source:
- Vector2.cs
Transforme un vecteur normal par la matrice 4 x 4 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é.