Click or drag to resize

MatrixTransform Method (Vector3)

Transforms a Vector3 by this Matrix

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

Parameters

v
Type: Microsoft.DirectXVector3
The source Vector3

Return Value

Type: Vector4
The resulting Vector4
See Also