Click or drag to resize

Vector2TransformNormal(Matrix) Method

Transform this Vector2 normal by Matrix

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

Parameters

m  Matrix
Transformation Matrix
See Also