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: 19.01.00
Syntax
C#
public static Vector4 Transform(
	Vector2 v,
	Matrix m
)

Parameters

v  Vector2
The source Vector2
m  Matrix
The transformation Matrix

Return Value

Vector4
The resulting Vector4
See Also