Click or drag to resize

Vector3Transform Method

Transforms a Vector3 by the given Matrix

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

Parameters

v
Type: Microsoft.DirectXVector3
The source Vector3
m
Type: Microsoft.DirectXMatrix
The transformation Matrix

Return Value

Type: Vector4
The resulting Vector4
See Also