Vector2.TransformNormal Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Transforma o normal de um vetor.
Sobrecargas
TransformNormal(Vector2, Matrix3x2) |
Transforma o normal de um vetor pela matriz 3x2 especificada. |
TransformNormal(Vector2, Matrix4x4) |
Transforma o normal de um vetor pela matriz 4x4 especificada. |
TransformNormal(Vector2, Matrix3x2)
- Origem:
- Vector2.cs
- Origem:
- Vector2.cs
- Origem:
- Vector2.cs
Transforma o normal de um vetor pela matriz 3x2 especificada.
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
Parâmetros
- normal
- Vector2
O vetor de origem.
- matrix
- Matrix3x2
A matriz.
Retornos
O vetor transformado.
Aplica-se a
TransformNormal(Vector2, Matrix4x4)
- Origem:
- Vector2.cs
- Origem:
- Vector2.cs
- Origem:
- Vector2.cs
Transforma o normal de um vetor pela matriz 4x4 especificada.
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
Parâmetros
- normal
- Vector2
O vetor de origem.
- matrix
- Matrix4x4
A matriz.
Retornos
O vetor transformado.