Windows apps
Collapse the table of content
Expand the table of content

Vector2::TransformNormal Method (Vector2, Matrix4x4)

Transforms a vector normal by the given 4x4 matrix.

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

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

Parameters

normal
Type: System.Numerics::Vector2

The source vector.

matrix
Type: System.Numerics::Matrix4x4

The matrix.

Return Value

Type: System.Numerics::Vector2
The transformed vector.
Show:
© 2017 Microsoft