Click or drag to resize

Vector3TransformNormal Method (Vector3, Matrix)

Transform Vector3 normal by Matrix

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

Parameters

v
Type: Microsoft.DirectXVector3
Source Vector3
m
Type: Microsoft.DirectXMatrix
Transformation Matrix

Return Value

Type: Vector3
Result Vector3
See Also