Click or drag to resize

Vector3TransformCoordinate(Vector3, Matrix) Method

Transform Vector3 coordinate by Matrix

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static Vector3 TransformCoordinate(
	Vector3 v,
	Matrix m
)

Parameters

v  Vector3
Source Vector3
m  Matrix
Transformation Matrix

Return Value

Vector3
Result Vector3
See Also