Calculates the vector transformation using the transform matrix.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static Vector3 Vector3TransformDirection(
	Vector3 source,
	Matrix transform
)

Parameters

source
Type: Vector3
Source Vector3 vector.
transform
Type: Matrix
The Matrix transform matrix.

Return Value

Returns transformed Vector3 vector.

See Also