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: 19.00.00
Syntax
C#
public static Vector4 Transform(
	Vector3 v,
	Matrix m
)

Parameters

v  Vector3
The source Vector3
m  Matrix
The transformation Matrix

Return Value

Vector4
The resulting Vector4
See Also