Vector2::TransformNormal Method (Vector2, Matrix3x2)

Transforms a vector normal by the given 3x2 matrix.

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

public:
static Vector2 TransformNormal(
	Vector2 normal, 
	Matrix3x2 matrix
)

Parameters

normal
Type: System.Numerics::Vector2

The source vector.

matrix
Type: System.Numerics::Matrix3x2

The matrix.

Return Value

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