Vector2.TransformNormal Método

Definición

Transforma el valor normal de un vector.

Sobrecargas

TransformNormal(Vector2, Matrix3x2)

Transforma el valor normal de un vector por la matriz de 3 x 2 especificada.

TransformNormal(Vector2, Matrix4x4)

Transforma un vector normal por la matriz especificada de 4 x 4.

TransformNormal(Vector2, Matrix3x2)

Source:
Vector2.cs
Source:
Vector2.cs
Source:
Vector2.cs

Transforma el valor normal de un vector por la matriz de 3 x 2 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

Vector de origen.

matrix
Matrix3x2

Matriz.

Devoluciones

Valor transformado.

Se aplica a

TransformNormal(Vector2, Matrix4x4)

Source:
Vector2.cs
Source:
Vector2.cs
Source:
Vector2.cs

Transforma un vector normal por la matriz especificada de 4 x 4.

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

Vector de origen.

matrix
Matrix4x4

Matriz.

Devoluciones

Valor transformado.

Se aplica a