Click or drag to resize

Vector4Transform Method

Transforms a Vector4 by the given Matrix

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

Parameters

v  Vector4
The source Vector4
m  Matrix
The transformation Matrix

Return Value

Vector4
The resulting Vector4
See Also