Click or drag to resize

Vector2TransformCoordinate(Matrix) Method

Transform this Vector2 coordinate by Matrix

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

Parameters

m  Matrix
Transformation Matrix
See Also