Click or drag to resize
DigitalRuneSrtTransformToParentDirection Method
Converts a direction vector from local space to parent space.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Vector3F ToParentDirection(
	Vector3F localDirection
)

Parameters

localDirection
Type: DigitalRune.Mathematics.AlgebraVector3F
The direction in local space.

Return Value

Type: Vector3F
The direction in parent space.
Remarks
This method can be used to transform direction vectors. It applies only the rotation to the vector. The scale and translation are ignored.
See Also