Click or drag to resize

Vector2Transform Method

Transforms a Vector2 by the given Matrix

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector4 Transform(
	Vector2 v,
	Matrix m
)

Parameters

v
Type: Microsoft.DirectXVector2
The source Vector2
m
Type: Microsoft.DirectXMatrix
The transformation Matrix

Return Value

Type: Vector4
The resulting Vector4
See Also