Vector3.TransformNormal(Vector3, Matrix4x4) Método
Definição
Transforma o normal de um vetor pela matriz 4x4 especificada.Transforms a vector normal by the given 4x4 matrix.
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
Parâmetros
- normal
- Vector3
O vetor de origem.The source vector.
- matrix
- Matrix4x4
A matriz.The matrix.
Retornos
O vetor transformado.The transformed vector.