Click or drag to resize

MatrixTransform Method (Vector2)

Transforms a Vector2 by this Matrix

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

Parameters

v
Type: Microsoft.DirectXVector2
The source Vector2

Return Value

Type: Vector4
The resulting Vector4
See Also