Vector3::TransformNormal Method

Transforms a vector normal by the given 4x4 matrix.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Vector3 TransformNormal(
	Vector3 normal, 
	Matrix4x4 matrix
)

Parameters

normal
Type: System.Numerics::Vector3

The source vector.

matrix
Type: System.Numerics::Matrix4x4

The matrix.

Return Value

Type: System.Numerics::Vector3
The transformed vector.
Show: