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

Vector2::Transform Method (Vector2, Matrix3x2)

Transforms a vector by a specified 3x2 matrix.

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

public:
static Vector2 Transform(
	Vector2 position, 
	Matrix3x2 matrix
)

Parameters

position
Type: System.Numerics::Vector2

The vector to transform.

matrix
Type: System.Numerics::Matrix3x2

The transformation matrix.

Return Value

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