Click or drag to resize

MatrixTransform(Vector2) Method

Transforms a Vector2 by this Matrix

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

Parameters

v  Vector2
The source Vector2

Return Value

Vector4
The resulting Vector4
See Also