Vector3.TransformNormal(Vector3, Matrix4x4) 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 par la matrice 4 x 4 donnée.
public:
static System::Numerics::Vector3 TransformNormal(System::Numerics::Vector3 normal, System::Numerics::Matrix4x4 matrix);
public static System.Numerics.Vector3 TransformNormal (System.Numerics.Vector3 normal, System.Numerics.Matrix4x4 matrix);
static member TransformNormal : System.Numerics.Vector3 * System.Numerics.Matrix4x4 -> System.Numerics.Vector3
Public Shared Function TransformNormal (normal As Vector3, matrix As Matrix4x4) As Vector3
Paramètres
- normal
- Vector3
Vecteur source.
- matrix
- Matrix4x4
Matrice.
Retours
Vecteur transformé.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.