Click or drag to resize

MatrixTransform(Vector4) Method

Transforms a Vector4 by this Matrix

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

Parameters

v  Vector4
The source Vector4

Return Value

Vector4
The resulting Vector4
See Also