Click or drag to resize

MatrixTransform Method (Vector4)

Transforms a Vector4 by this Matrix

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

Parameters

v
Type: Microsoft.DirectXVector4
The source Vector4

Return Value

Type: Vector4
The resulting Vector4
See Also