Click or drag to resize

Vector2TransformCoordinate(Vector2, Matrix) Method

Transform Vector2 coordinate by Matrix

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

Parameters

v  Vector2
Source Vector2
m  Matrix
Transformation Matrix

Return Value

Vector2
Result Vector2
See Also