Click or drag to resize

MatrixTransformCoordinate Method (Vector3)

Transform Vector3 coordinate by this Matrix

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public Vector3 TransformCoordinate(
	Vector3 v
)

Parameters

v
Type: Microsoft.DirectXVector3
Source Vector3

Return Value

Type: Vector3
Result Vector3
See Also