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

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

Parameters

worldDirection
Type: DigitalRune.Mathematics.AlgebraVector3F
The direction in parent space.

Return Value

Type: Vector3F
The direction in local 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