Click or drag to resize
DigitalRunePoseDToWorldPosition Method
Converts a position vector from local space to world space (or the parent space for nested coordinate spaces).

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Vector3D ToWorldPosition(
	Vector3D localPosition
)

Parameters

localPosition
Type: DigitalRune.Mathematics.AlgebraVector3D
The local position.

Return Value

Type: Vector3D
The position in world space (or the parent space for nested coordinate spaces).
See Also