Click or drag to resize

MatrixTransform(Vector3) Method

Transforms a Vector3 by this Matrix

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

Parameters

v  Vector3
The source Vector3

Return Value

Vector4
The resulting Vector4
See Also