Click or drag to resize

Vector2TransformNormal Method (Vector2, Matrix)

Transform Vector2 normal by Matrix

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

Parameters

v
Type: Microsoft.DirectXVector2
Source Vector2
m
Type: Microsoft.DirectXMatrix
Transformation Matrix

Return Value

Type: Vector2
Result Vector2
See Also